mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Merge branch 'master' of github.com:ReadyTalk/avian
This commit is contained in:
commit
7e64bb9f42
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user