--- jsr166/src/jsr166e/CompletableFuture.java 2013/01/18 04:23:27 1.7 +++ jsr166/src/jsr166e/CompletableFuture.java 2013/02/05 19:54:06 1.8 @@ -2449,10 +2449,10 @@ public class CompletableFuture implem * then the returned CompletableFuture also does so, with a * CompletionException holding this exception as its cause. * - * @param fn the function returning a new CompletableFuture. + * @param fn the function returning a new CompletableFuture * @return the CompletableFuture, that {@code isDone()} upon * return if completed by the given function, or an exception - * occurs. + * occurs */ public CompletableFuture thenCompose(Fun> fn) {