diff options
Diffstat (limited to 'java/src/Freeze/NavigableMap.java')
-rw-r--r-- | java/src/Freeze/NavigableMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Freeze/NavigableMap.java b/java/src/Freeze/NavigableMap.java index 7e9bb807fe9..aa76f6d0207 100644 --- a/java/src/Freeze/NavigableMap.java +++ b/java/src/Freeze/NavigableMap.java @@ -141,7 +141,7 @@ public interface NavigableMap<K, V> extends java.util.SortedMap<K, V> * <p> * If either map is modified while an iteration over either map is * in progress (except through the iterator's own <code>remove</code> or <code>fastRemove</code>operation), - * the results of the iteration are undefined. + * the results of the iteration are undefined. * * @return a Reverse order view of this map. **/ |