Merge with master

This commit is contained in:
Zeger Hendrikse
2016-09-06 21:45:22 +02:00

View File

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