--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/01/22 20:08:33 1.25 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/01/28 22:34:06 1.26 @@ -419,7 +419,7 @@ public class ConcurrentSkipListMap * because callers will have already read value field and need * to use that read (not another done here) and so directly * test if value points to node. - * @param n a possibly null reference to a node + * * @return true if this node is a marker node */ boolean isMarker() {