in src/com/example/library/Author.java [7:10]
public Author(String name, String surname) { this.name = name; this.surname = surname; }