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.3 by jsr166, Fri Jul 1 02:37:22 2011 UTC vs.
Revision 1.4 by jsr166, Sat Jan 28 04:40:12 2012 UTC

# Line 141 | Line 141 | public abstract class LinkedAsyncAction
141       * Overridable callback action triggered by <tt>complete</tt>.  Upon
142       * invocation, all subtasks have completed.  After return, this
143       * task <tt>isDone</tt> and is joinable by other tasks. The
144 <     * default version of this method does nothing. But it may may be
144 >     * default version of this method does nothing. But it may be
145       * overridden in subclasses to perform some action when this task
146       * is about to complete.
147       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines