Skip to content

Commit

Permalink
Update ListData.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemiofitor4096 committed Oct 2, 2024
1 parent a2f344d commit 29e5e62
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ public ListData(String id) {
this.id = id;
}

public Element<T> element(String id, int index) {
return new Element<>(id, index, this);
}

@Override
public T set(int index, T element) {
return list.set(index, element);
Expand Down

0 comments on commit 29e5e62

Please sign in to comment.