kourendlibrary: Private constructor

This commit is contained in:
sdburns1998
2019-07-07 15:17:45 +02:00
parent 9f09c8230e
commit 35528f8dba

View File

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