mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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() {
|
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");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user