--- jsr166/src/test/loops/CyclicAction.java 2011/03/15 19:47:05 1.4 +++ jsr166/src/test/loops/CyclicAction.java 2012/11/18 18:03:11 1.5 @@ -15,7 +15,7 @@ import java.util.*; * compute method is repeatedly invoked until the barrier * isTerminated or until its execution throws an exception. * - *

Sample Usage. Here is a sketch of a set of CyclicActions + *

Sample Usage. Here is a sketch of a set of CyclicActions * that each perform 500 iterations of an imagined image smoothing * operation. Note that the aggregate ImageSmoother task itself is not * a CyclicTask.