Reinstate Java 7 compatibility
This commit is contained in:
@@ -41,6 +41,11 @@ public final class IterableEnumeration<T> implements Iterable<T> {
|
||||
return IterableEnumeration.this.enumeration.nextElement();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user