public int hashCode()

in file-bindy-ftp/src/main/java/org/acme/bindy/ftp/Book.java [84:86]


    public int hashCode() {
        return Objects.hash(author, title, genre);
    }