--- jsr166/src/test/tck/ConcurrentSkipListSetTest.java 2011/12/08 18:09:09 1.26 +++ jsr166/src/test/tck/ConcurrentSkipListSetTest.java 2012/02/21 02:04:17 1.28 @@ -32,7 +32,7 @@ public class ConcurrentSkipListSetTest e } /** - * Create a set of given size containing consecutive + * Returns a new set of given size containing consecutive * Integers 0 ... n. */ private ConcurrentSkipListSet populatedSet(int n) { @@ -49,7 +49,7 @@ public class ConcurrentSkipListSetTest e } /** - * Create set of first 5 ints + * Returns a new set of first 5 ints. */ private ConcurrentSkipListSet set5() { ConcurrentSkipListSet q = new ConcurrentSkipListSet();