--- jsr166/src/test/loops/ExecutorCompletionServiceLoops.java 2011/04/14 23:16:10 1.5 +++ jsr166/src/test/loops/ExecutorCompletionServiceLoops.java 2015/10/28 06:30:10 1.8 @@ -7,7 +7,7 @@ import java.util.concurrent.*; public class ExecutorCompletionServiceLoops { - static final int POOLSIZE = 100; + static final int POOLSIZE = 100; static final ExecutorService pool = Executors.newFixedThreadPool(POOLSIZE); static final ExecutorCompletionService ecs = @@ -74,8 +74,6 @@ public class ExecutorCompletionServiceLo if (r == 0) // avoid overoptimization System.out.println("useless result: " + r); - - } }