Revert "kourendlibrary: Private constructor"

This reverts commit 35528f8dba.
This commit is contained in:
sdburns1998
2019-07-07 16:24:41 +02:00
parent b259c9ec80
commit 89a3a33a25

View File

@@ -101,7 +101,7 @@ class Library
@Getter(AccessLevel.PACKAGE)
private LibraryCustomer customer;
private Library()
Library()
{
populateBooks();
step = byIndex.size() / Book.values().length;