mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
Removed extraneous TODO.
This commit is contained in:
parent
fcef9a7f57
commit
53f229b84d
@ -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