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.13 by jsr166, Tue Feb 5 19:54:07 2013 UTC

# Line 157 | Line 157 | public abstract class LinkedAsyncAction
157       * default version of this method does nothing and returns
158       * {@code true}.
159       * @return true if this task's exception should be propagated to
160 <     * this task's parent.
160 >     * this task's parent
161       */
162      protected boolean onException() {
163          return true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines