We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae6590 commit 0f74e5aCopy full SHA for 0f74e5a
1 file changed
src/ru/javawebinar/basejava/storage/AbstractArrayStorage.java
@@ -10,6 +10,7 @@ public abstract class AbstractArrayStorage implements Storage {
10
11
protected Resume[] storage = new Resume[STORAGE_LIMIT];
12
protected int size = 0;
13
+ private final int anInt = 10000;
14
15
public int size() {
16
return size;
0 commit comments