Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -52,6 +52,11 @@ public Object next() {
return object;
}

@Override
public void remove() {
throw new UnsupportedOperationException("remove");
}

};
}

0 comments on commit 0f8333d

Please sign in to comment.