ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/CyclicAction.java
(Generate patch)

Comparing jsr166/src/test/loops/CyclicAction.java (file contents):
Revision 1.4 by jsr166, Tue Mar 15 19:47:05 2011 UTC vs.
Revision 1.5 by jsr166, Sun Nov 18 18:03:11 2012 UTC

# Line 15 | Line 15 | import java.util.*;
15   * <tt>compute</tt> method is repeatedly invoked until the barrier
16   * <tt>isTerminated</tt> or until its execution throws an exception.
17   *
18 < * <p> <b>Sample Usage.</b> Here is a sketch of a set of CyclicActions
18 > * <p><b>Sample Usage.</b> Here is a sketch of a set of CyclicActions
19   * that each perform 500 iterations of an imagined image smoothing
20   * operation. Note that the aggregate ImageSmoother task itself is not
21   * a CyclicTask.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines