--- jsr166/src/jsr166x/ConcurrentNavigableMap.java 2011/03/15 19:47:02 1.3 +++ jsr166/src/jsr166x/ConcurrentNavigableMap.java 2011/04/27 14:06:30 1.4 @@ -23,7 +23,7 @@ public interface ConcurrentNavigableMap< * fromKey and toKey are equal, the returned sorted map * is empty.) The returned sorted map is backed by this map, so changes * in the returned sorted map are reflected in this map, and vice-versa. - + * * @param fromKey low endpoint (inclusive) of the subMap. * @param toKey high endpoint (exclusive) of the subMap. *