Removed extraneous TODO.

This commit is contained in:
Mike Keesey 2012-07-02 16:21:28 -06:00
parent fcef9a7f57
commit 53f229b84d

View File

@ -130,7 +130,6 @@ public class EnumSet<T extends Enum<T>> extends AbstractSet<T> {
} }
public void remove() { public void remove() {
//TODO
if (!removeAllowed) { if (!removeAllowed) {
throw new IllegalStateException("Cannot remove from this iterator in this state"); throw new IllegalStateException("Cannot remove from this iterator in this state");
} }