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.12 by jsr166, Mon Nov 26 06:32:28 2012 UTC vs.
Revision 1.13 by jsr166, Mon Nov 26 11:36:33 2012 UTC

# Line 185 | Line 185 | public abstract class BinaryAsyncAction
185       * Completes this task abnormally. Unless this task already
186       * cancelled or aborted, upon invocation, this method invokes
187       * {@code onException}, and then, depending on its return value,
188 <     * completees parent (if one exists) exceptionally or normally.  To
188 >     * completes parent (if one exists) exceptionally or normally.  To
189       * avoid unbounded exception loops, this method aborts if an
190       * exception is encountered in any {@code onException}
191       * invocation.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines