kourendlibrary: Private constructor
This commit is contained in:
@@ -101,7 +101,7 @@ class Library
|
||||
@Getter(AccessLevel.PACKAGE)
|
||||
private LibraryCustomer customer;
|
||||
|
||||
Library()
|
||||
private Library()
|
||||
{
|
||||
populateBooks();
|
||||
step = byIndex.size() / Book.values().length;
|
||||
|
||||
Reference in New Issue
Block a user