--- jsr166/src/jsr166e/ForkJoinTask.java 2013/01/09 02:51:37 1.10 +++ jsr166/src/jsr166e/ForkJoinTask.java 2013/01/20 03:44:14 1.11 @@ -134,7 +134,8 @@ import java.lang.reflect.Constructor; * (DAG). Otherwise, executions may encounter a form of deadlock as * tasks cyclically wait for each other. However, this framework * supports other methods and techniques (for example the use of - * {@link Phaser}, {@link #helpQuiesce}, and {@link #complete}) that + * {@link java.util.concurrent.Phaser}, {@link #helpQuiesce}, and + * {@link #complete}) that * may be of use in constructing custom subclasses for problems that * are not statically structured as DAGs. To support such usages a * ForkJoinTask may be atomically tagged with a {@code short}