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