--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/01/19 21:53:46 1.24 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/01/22 20:08:33 1.25 @@ -1042,7 +1042,7 @@ public class ConcurrentSkipListMap * Adds given index nodes from given level down to 1. * @param idx the topmost index node being inserted * @param h the value of head to use to insert. This must be - * snapshotted by callers to provide correct insertion level + * snapshotted by callers to provide correct insertion level. * @param indexLevel the level of the index */ private void addIndex(Index idx, HeadIndex h, int indexLevel) {