--- jsr166/src/jsr166e/CompletableFuture.java 2013/02/06 08:43:48 1.12 +++ jsr166/src/jsr166e/CompletableFuture.java 2013/02/16 16:53:34 1.13 @@ -2555,7 +2555,6 @@ public class CompletableFuture implem * * @param fn the function to use to compute the value of the * returned CompletableFuture - * @return the new CompletableFuture */ public CompletableFuture handle(BiFun fn) {