git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@500023 13f79535-47bb-0310-9956-ffa450edef68
@@ -454,7 +454,7 @@ class FSNamesystem implements FSConstants {
}
public void remove() {
- throw new UnsupportedOperationException();
+ iterator[level].remove();
};