Skip to content

Commit df3c274

Browse files
committed
removed unnecessary comments
1 parent 7213855 commit df3c274

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Lists/ArrayListCustom.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public ArrayListCustom<T> filter(Predicate<T> o) {
132132
return newList;
133133
}
134134

135-
//hh
136135
private class ArrayListItr<T> implements Iterator<T> {
137136
int cursor = 0;
138137

0 commit comments

Comments
 (0)