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.35 by dl, Tue Aug 4 12:41:27 2009 UTC vs.
Revision 1.36 by dl, Tue Aug 4 13:16:54 2009 UTC

# Line 87 | Line 87 | import java.util.WeakHashMap;
87   * exception (in which case {@link #getException} returns the
88   * exception); {@link #isCancelled} is true if the task was cancelled
89   * (in which case {@link #getException} returns a {@link
90 < * java.util.concurrent.CancellationException}; and {@link
90 > * java.util.concurrent.CancellationException}); and {@link
91   * #isCompletedAbnormally} is true if a task was either cancelled or
92   * encountered an exception.
93   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines