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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.36 by jsr166, Sun Nov 21 20:26:59 2010 UTC vs.
Revision 1.37 by jsr166, Sun Nov 21 22:37:05 2010 UTC

# Line 517 | Line 517 | public abstract class ForkJoinTask<V> im
517       * and {@link #join} will result in a {@code CancellationException}
518       * being thrown.
519       *
520 <     * <p>After this method returns, subsequent calls to {@link
521 <     * #isDone} will always return {@code true}.  Subsequent calls to
520 >     * <p>After this method returns, unless there is a subsequent call
521 >     * to {@link #reinitialize}, subsequent calls to {@link #isDone}
522 >     * will always return {@code true}, and subsequent calls to
523       * {@link #isCancelled} will always return {@code true} if this
524       * method returned {@code true}.
525       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines