--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2011/03/15 19:47:02 1.13 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2011/04/27 14:06:30 1.14 @@ -2250,7 +2250,7 @@ public class ConcurrentSkipListMap * 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. *