Merge branch 'master' of github.com:ReadyTalk/avian

This commit is contained in:
Joel Dice 2012-07-02 16:23:24 -06:00
commit 7e64bb9f42

View File

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