Merge with master

This commit is contained in:
Zeger Hendrikse 2016-09-06 21:45:22 +02:00
commit 1c4e39b075
1 changed files with 0 additions and 1 deletions

View File

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