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.9 by jsr166, Sun Nov 25 21:44:38 2012 UTC vs.
Revision 1.10 by jsr166, Mon Nov 26 05:46:55 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines