--- jsr166/src/test/tck/ConcurrentLinkedQueueTest.java 2010/08/25 01:47:17 1.18 +++ jsr166/src/test/tck/ConcurrentLinkedQueueTest.java 2010/10/09 19:30:34 1.19 @@ -43,7 +43,7 @@ public class ConcurrentLinkedQueueTest e } /** - * Initializing from null Collection throws NPE + * Initializing from null Collection throws NPE */ public void testConstructor3() { try { @@ -265,7 +265,7 @@ public class ConcurrentLinkedQueueTest e } /** - * remove removes next element, or throws NSEE if empty + * remove removes next element, or throws NSEE if empty */ public void testRemove() { ConcurrentLinkedQueue q = populatedQueue(SIZE); @@ -380,7 +380,7 @@ public class ConcurrentLinkedQueueTest e } /** - * toArray(a) contains all elements + * toArray(a) contains all elements */ public void testToArray2() { ConcurrentLinkedQueue q = populatedQueue(SIZE); @@ -414,7 +414,7 @@ public class ConcurrentLinkedQueueTest e } /** - * iterator iterates through all elements + * iterator iterates through all elements */ public void testIterator() { ConcurrentLinkedQueue q = populatedQueue(SIZE);