--- jsr166/src/jsr166y/ForkJoinTask.java 2015/09/03 22:54:46 1.102 +++ jsr166/src/jsr166y/ForkJoinTask.java 2015/10/13 19:45:34 1.103 @@ -1067,10 +1067,10 @@ public abstract class ForkJoinTask im /** * Possibly executes tasks until the pool hosting the current task - * {@link ForkJoinPool#isQuiescent is quiescent}. This method may - * be of use in designs in which many tasks are forked, but none - * are explicitly joined, instead executing them until all are - * processed. + * {@linkplain ForkJoinPool#isQuiescent is quiescent}. This + * method may be of use in designs in which many tasks are forked, + * but none are explicitly joined, instead executing them until + * all are processed. */ public static void helpQuiesce() { Thread t;