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

Comparing jsr166/src/test/loops/BinaryAsyncAction.java (file contents):
Revision 1.14 by jsr166, Mon Nov 26 11:47:41 2012 UTC vs.
Revision 1.15 by jsr166, Tue Feb 5 19:54:07 2013 UTC

# Line 120 | Line 120 | public abstract class BinaryAsyncAction
120       * default version of this method does nothing and returns
121       * {@code true}.
122       * @return true if this task's exception should be propagated to
123 <     * this task's parent.
123 >     * this task's parent
124       */
125      protected boolean onException() {
126          return true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines