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

Comparing jsr166/src/jsr166y/CountedCompleter.java (file contents):
Revision 1.30 by jsr166, Thu Jan 10 07:54:22 2013 UTC vs.
Revision 1.31 by jsr166, Tue Feb 5 19:54:07 2013 UTC

# Line 431 | Line 431 | public abstract class CountedCompleter<T
431       * (and/or links to other results) to combine.
432       *
433       * @param caller the task invoking this method (which may
434 <     * be this task itself).
434 >     * be this task itself)
435       */
436      public void onCompletion(CountedCompleter<?> caller) {
437      }
# Line 449 | Line 449 | public abstract class CountedCompleter<T
449       *
450       * @param ex the exception
451       * @param caller the task invoking this method (which may
452 <     * be this task itself).
452 >     * be this task itself)
453       * @return true if this exception should be propagated to this
454 <     * task's completer, if one exists.
454 >     * task's completer, if one exists
455       */
456      public boolean onExceptionalCompletion(Throwable ex, CountedCompleter<?> caller) {
457          return true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines