--- jsr166/src/jsr166e/ForkJoinTask.java 2013/01/20 03:44:14 1.11 +++ jsr166/src/jsr166e/ForkJoinTask.java 2013/02/05 17:09:54 1.12 @@ -469,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);