--- jsr166/src/test/loops/CancelledFutureLoops.java 2011/03/15 19:47:05 1.5 +++ jsr166/src/test/loops/CancelledFutureLoops.java 2014/12/18 18:43:22 1.6 @@ -56,7 +56,7 @@ public final class CancelledFutureLoops } final void test() throws Exception { - Future[] futures = new Future[nthreads]; + Future[] futures = new Future[nthreads]; for (int i = 0; i < nthreads; ++i) futures[i] = pool.submit(this);