--- jsr166/src/jsr166x/NavigableMap.java 2011/03/15 19:47:02 1.6 +++ jsr166/src/jsr166x/NavigableMap.java 2011/04/27 14:06:30 1.7 @@ -242,7 +242,7 @@ public interface NavigableMap exten * 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. *