Skip to content

Commit 4cbb8c0

Browse files
committed
iterator() on android is abstract, so should not be @OverRide
1 parent 1e72ba0 commit 4cbb8c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/processing/data/StringList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ public String[] values() {
645645
}
646646

647647

648-
@Override
649648
public Iterator<String> iterator() {
650649
// return valueIterator();
651650
// }

0 commit comments

Comments
 (0)