Skip to content

Commit

Permalink
Done v 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrHic committed Jan 21, 2025
1 parent 18833d9 commit 99c3b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/core/basesyntax/ArrayList.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

package core.basesyntax;

import java.util.NoSuchElementException;

public class ArrayList<T> implements List<T> {

private T[] list;
Expand Down

0 comments on commit 99c3b7d

Please sign in to comment.