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

# Line 205 | Line 205 | public abstract class LinkedAsyncAction
205       * Completes this task abnormally. Unless this task already
206       * cancelled or aborted, upon invocation, this method invokes
207       * {@code onException}, and then, depending on its return value,
208 <     * completees parent (if one exists) exceptionally or normally.  To
208 >     * completes parent (if one exists) exceptionally or normally.  To
209       * avoid unbounded exception loops, this method aborts if an
210       * exception is encountered in any {@code onException}
211       * invocation.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines