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.10 by jsr166, Mon Nov 26 05:46:55 2012 UTC vs.
Revision 1.11 by jsr166, Mon Nov 26 05:59:05 2012 UTC

# Line 15 | Line 15 | import java.util.concurrent.atomic.*;
15   * BinaryAsyncActions are simpler to use and have less overhead in
16   * typical uasges but are restricted to binary computation trees.
17   *
18 < * <p>Upon construction, an BinaryAsyncAction does not bear any
18 > * <p>Upon construction, a BinaryAsyncAction does not bear any
19   * linkages. For non-root tasks, links must be established using
20   * method <tt>linkSubtasks</tt> before use.
21   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines