ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinTask.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinTask.java (file contents):
Revision 1.67 by dl, Sun Nov 21 14:43:27 2010 UTC vs.
Revision 1.68 by jsr166, Sun Nov 21 19:04:45 2010 UTC

# Line 832 | Line 832 | public abstract class ForkJoinTask<V> im
832       * under any other usage conditions are not guaranteed.
833       * This method may be useful when executing
834       * pre-constructed trees of subtasks in loops.
835 <     *
835 >     *
836       * <p>Upon completion of this method, {@code isDone()} reports
837       * {@code false}, and {@code getException()} reports {@code
838       * null}. However, the value returned by {@code getRawResult} is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines