--- jsr166/src/test/tck/AtomicReferenceArrayTest.java 2011/03/15 19:47:06 1.19 +++ jsr166/src/test/tck/AtomicReferenceArrayTest.java 2011/05/27 19:39:07 1.20 @@ -51,7 +51,6 @@ public class AtomicReferenceArrayTest ex assertEquals(a[i], ai.get(i)); } - /** * get and set for out of bound indices throw IndexOutOfBoundsException */ @@ -198,7 +197,6 @@ public class AtomicReferenceArrayTest ex } } - /** * toString returns current value. */