--- jsr166/src/jsr166e/CompletableFuture.java 2013/02/05 19:54:06 1.8 +++ jsr166/src/jsr166e/CompletableFuture.java 2013/02/06 07:04:48 1.9 @@ -2654,9 +2654,9 @@ public class CompletableFuture implem } /** - * Forcibly causes subsequent invocations of method get() and - * related methods to throw the given exception, whether or not - * already completed. This method is designed for use only in + * Forcibly causes subsequent invocations of method {@link #get()} + * and related methods to throw the given exception, whether or + * not already completed. This method is designed for use only in * recovery actions, and even in such situations may result in * ongoing dependent completions using established versus * overwritten outcomes.