--- jsr166/src/test/tck/ConcurrentSkipListSetTest.java 2012/02/21 01:54:04 1.27 +++ jsr166/src/test/tck/ConcurrentSkipListSetTest.java 2012/02/21 02:04:17 1.28 @@ -32,7 +32,7 @@ public class ConcurrentSkipListSetTest e } /** - * Creates 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 } /** - * Creates set of first 5 ints. + * Returns a new set of first 5 ints. */ private ConcurrentSkipListSet set5() { ConcurrentSkipListSet q = new ConcurrentSkipListSet();