--- jsr166/src/jsr166e/CompletableFuture.java 2013/02/16 16:53:34 1.13 +++ jsr166/src/jsr166e/CompletableFuture.java 2013/02/16 20:50:29 1.14 @@ -1788,7 +1788,6 @@ public class CompletableFuture implem * @param executor the executor to use for asynchronous execution * @return the new CompletableFuture */ - public CompletableFuture thenCombineAsync(CompletableFuture other, BiFun fn, Executor executor) {