--- jsr166/src/jsr166x/ConcurrentSkipListSet.java 2010/09/01 20:12:39 1.9 +++ jsr166/src/jsr166x/ConcurrentSkipListSet.java 2010/11/13 05:59:25 1.10 @@ -487,7 +487,7 @@ public class ConcurrentSkipListSet * @param fromElement inclusive least value, or null if from start * @param toElement exclusive upper bound or null if to end * @throws IllegalArgumentException if fromElement and toElement - * nonnull and fromElement greater than toElement + * non-null and fromElement greater than toElement */ ConcurrentSkipListSubSet(ConcurrentSkipListMap map, E fromElement, E toElement) {