--- jsr166/src/jsr166y/ForkJoinTask.java 2010/11/21 14:43:27 1.67 +++ jsr166/src/jsr166y/ForkJoinTask.java 2010/11/21 19:04:45 1.68 @@ -832,7 +832,7 @@ public abstract class ForkJoinTask im * under any other usage conditions are not guaranteed. * This method may be useful when executing * pre-constructed trees of subtasks in loops. - * + * *

Upon completion of this method, {@code isDone()} reports * {@code false}, and {@code getException()} reports {@code * null}. However, the value returned by {@code getRawResult} is