コード例 #1
0
 protected void addAuthor(Book book, Author author) {
   book.addAuthorWithNoCheck(author);
 }