--- jsr166/src/jsr166e/CompletableFuture.java 2013/03/17 18:23:59 1.15 +++ jsr166/src/jsr166e/CompletableFuture.java 2013/03/17 22:41:04 1.16 @@ -55,7 +55,7 @@ import java.util.concurrent.locks.LockSu * Executor} or by default the {@link ForkJoinPool#commonPool()}, of a * function or action that will result in the completion of a new * CompletableFuture. To simplify monitoring, debugging, and tracking, - * all generated asynchronous tasks are instances of the tagging + * all generated asynchronous tasks are instances of the marker * interface {@link AsynchronousCompletionTask}. * *

jsr166e note: During transition, this class