--- jsr166/src/test/tck/LinkedBlockingDequeTest.java 2011/07/15 18:49:31 1.42 +++ jsr166/src/test/tck/LinkedBlockingDequeTest.java 2011/10/25 20:29:12 1.43 @@ -1479,7 +1479,7 @@ public class LinkedBlockingDequeTest ext /** * toArray contains all elements in FIFO order */ - public void testToArray() throws InterruptedException{ + public void testToArray() throws InterruptedException { LinkedBlockingDeque q = populatedDeque(SIZE); Object[] o = q.toArray(); for (int i = 0; i < o.length; i++)