--- jsr166/src/test/tck/CompletableFutureTest.java 2015/09/04 02:50:00 1.109 +++ jsr166/src/test/tck/CompletableFutureTest.java 2015/09/04 10:56:14 1.110 @@ -3385,7 +3385,7 @@ public class CompletableFutureTest exten /** * defaultExecutor by default returns the commonPool if - * it supports at least one thread. + * it supports more than one thread. */ public void testDefaultExecutor() { CompletableFuture f = new CompletableFuture<>();