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.37 by jsr166, Tue Aug 4 20:24:54 2009 UTC vs.
Revision 1.38 by dl, Tue Aug 4 22:47:08 2009 UTC

# Line 392 | Line 392 | public abstract class ForkJoinTask<V> im
392  
393      /**
394       * Returns result or throws exception using j.u.c.Future conventions.
395 <     * Only call when {@code isDone} known to be true.
395 >     * Only call when {@code isDone} known to be true or thread known
396 >     * to be interrupted.
397       */
398      private V reportFutureResult()
399          throws InterruptedException, ExecutionException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines