--- jsr166/src/test/tck/CompletableFutureTest.java 2015/09/06 21:14:12 1.121 +++ jsr166/src/test/tck/CompletableFutureTest.java 2015/09/06 22:21:07 1.122 @@ -3567,9 +3567,6 @@ public class CompletableFutureTest exten () -> testDelayedExecutor(new ThreadExecutor(), 1)); } - /** - * delayedExecutor returns an executor that delays submission - */ public void testDelayedExecutor(Executor executor, Integer v) throws Exception { long timeoutMillis = timeoutMillis(); // Use an "unreasonably long" long timeout to catch lingering threads