Exemplo n.º 1
0
 protected void addTag(Book book, Tag tag) {
   book.addTagWithNoCheck(tag);
 }