summaryrefslogtreecommitdiff
path: root/java/src/Freeze/NavigableMap.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-08-08 16:09:22 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-08-08 16:09:22 -0230
commit36b0fecf6baca78f86ac16d236ef917d4fb0faff (patch)
treea979f4e822ff1a1a50475a45d4f228aff1353de2 /java/src/Freeze/NavigableMap.java
parentICE-5596 add Ice.Default.Timeout property (diff)
downloadice-36b0fecf6baca78f86ac16d236ef917d4fb0faff.tar.bz2
ice-36b0fecf6baca78f86ac16d236ef917d4fb0faff.tar.xz
ice-36b0fecf6baca78f86ac16d236ef917d4fb0faff.zip
Fixed lots of warnings.
Diffstat (limited to 'java/src/Freeze/NavigableMap.java')
-rw-r--r--java/src/Freeze/NavigableMap.java2
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.
**/