--- jsr166/src/test/tck/AbstractQueueTest.java 2015/04/25 04:55:30 1.13 +++ jsr166/src/test/tck/AbstractQueueTest.java 2015/05/23 00:53:08 1.14 @@ -153,7 +153,7 @@ public class AbstractQueueTest extends J public void testAddAll3() { Succeed q = new Succeed(); Integer[] ints = new Integer[SIZE]; - for (int i = 0; i < SIZE-1; ++i) + for (int i = 0; i < SIZE - 1; ++i) ints[i] = new Integer(i); try { q.addAll(Arrays.asList(ints));