Minor modifications to make code compliant

This commit is contained in:
Zeger Hendrikse 2016-09-05 17:50:18 +02:00
parent 4bf338680a
commit 130595f8cc
2 changed files with 35 additions and 36 deletions

View File

@ -14,8 +14,7 @@ public class Book {
private String publisher; private String publisher;
public Book() { Book() {
} }
public Book(UUID id, String title, String author, String subject) { public Book(UUID id, String title, String author, String subject) {