--- jsr166/src/jsr166e/CompletableFuture.java 2013/02/16 20:50:29 1.14 +++ jsr166/src/jsr166e/CompletableFuture.java 2013/03/17 18:23:59 1.15 @@ -380,7 +380,7 @@ public class CompletableFuture implem /* ------------- Async tasks -------------- */ /** - * A tagging interface identifying asynchronous tasks produced by + * A marker interface identifying asynchronous tasks produced by * {@code async} methods. This may be useful for monitoring, * debugging, and tracking asynchronous activities. */