Update Library() access level modifier
This commit is contained in:
parent
c1d759b710
commit
6f61650f3d
|
@ -9,7 +9,7 @@ public class Library implements Iterable<LibraryItem> {
|
||||||
private final List<LibraryItem> libraryItems;
|
private final List<LibraryItem> libraryItems;
|
||||||
private int booksCapacity = 3;
|
private int booksCapacity = 3;
|
||||||
|
|
||||||
public Library() {
|
Library() {
|
||||||
this.libraryItems = new ArrayList<>();
|
this.libraryItems = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue