--- jsr166/src/jsr166e/ForkJoinTask.java 2013/01/09 02:51:37 1.10 +++ jsr166/src/jsr166e/ForkJoinTask.java 2013/02/05 17:09:54 1.12 @@ -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} @@ -468,7 +469,7 @@ public abstract class ForkJoinTask im } /** - * Removes exception node and clears status + * Removes exception node and clears status. */ private void clearExceptionalCompletion() { int h = System.identityHashCode(this);