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.3 by jsr166, Mon Sep 20 20:45:38 2010 UTC vs.
Revision 1.4 by jsr166, Sat Jan 28 04:40:12 2012 UTC

# Line 102 | Line 102 | public abstract class BinaryAsyncAction
102       * subtasks.  Upon invocation, both subtasks have completed.
103       * After return, this task <tt>isDone</tt> and is joinable by
104       * other tasks. The default version of this method does
105 <     * nothing. But it may may be overridden in subclasses to perform
105 >     * nothing. But it may be overridden in subclasses to perform
106       * some action (for example a reduction) when this task is
107       * completes.
108       * @param x one subtask

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines