Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/io/SortedFileMap.java')
-rw-r--r--plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/io/SortedFileMap.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/io/SortedFileMap.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/io/SortedFileMap.java
index 54cb295444..2b45b8222b 100644
--- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/io/SortedFileMap.java
+++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/io/SortedFileMap.java
@@ -186,8 +186,7 @@ public abstract class SortedFileMap<K extends Comparable<K>, V> implements Close
}
/**
- * @return The index of the entry with the given key if the key exists, <code>-(insertionIndex + 1)</code>
- * otherwise.
+ * @return The index of the entry with the given key if the key exists, <code>-(insertionIndex + 1)</code> otherwise.
*/
protected long search(K key) throws IOException
{

Back to the top