|
@@ -15,7 +15,7 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-package org.apache.hadoop.util;
|
|
|
+package org.apache.hadoop.hdfs.util;
|
|
|
|
|
|
import java.util.Iterator;
|
|
|
import java.util.Map;
|
|
@@ -110,4 +110,4 @@ public class CyclicIteration<K, V> implements Iterable<Map.Entry<K, V>> {
|
|
|
throw new UnsupportedOperationException("Not supported");
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|