|
NavigableMap is a new interface in Java 6. So for Java 5 its sub-interface SortedMap should be used.
+1 After temporarily removed src/test/org/apache/hadoop/dfs/TestDiskError.java, 0.18 with the patch can be compiled in Java 5. Tested locally, everything works fine.
I just committed this to 0.18 only.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4823_20081210_0.18.patch: Use SortedMap instead of NavigableMap.