Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arhip14 committed Feb 1, 2025
1 parent 9346a74 commit c1f6222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/impl/StorageImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public void put(K key, V value) {
public V get(K key) {
return null;
}

@Override
public int size() {
return -1;
Expand Down

0 comments on commit c1f6222

Please sign in to comment.