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

Comparing jsr166/src/test/loops/LinkedAsyncAction.java (file contents):
Revision 1.12 by jsr166, Mon Nov 26 11:47:41 2012 UTC vs.
Revision 1.14 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 69 | Line 69 | public abstract class LinkedAsyncAction
69      static final AtomicIntegerFieldUpdater<LinkedAsyncAction> controlStateUpdater =
70          AtomicIntegerFieldUpdater.newUpdater(LinkedAsyncAction.class, "controlState");
71  
72
72      /**
73       * Parent to notify on completion
74       */
# Line 157 | Line 156 | public abstract class LinkedAsyncAction
156       * default version of this method does nothing and returns
157       * {@code true}.
158       * @return true if this task's exception should be propagated to
159 <     * this task's parent.
159 >     * this task's parent
160       */
161      protected boolean onException() {
162          return true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines