--- jsr166/src/test/loops/CyclicAction.java 2009/11/03 00:00:43 1.2 +++ jsr166/src/test/loops/CyclicAction.java 2010/09/19 12:55:36 1.3 @@ -10,10 +10,10 @@ import java.util.*; /** * A computation that is broken into a series of task executions, each * separated by a Phaser arrival. Concrete subclasses must - * define method {@code compute}, that performs the action occurring + * define method compute, that performs the action occurring * at each step of the barrier. Upon invocation of this task, the - * {@code compute} method is repeatedly invoked until the barrier - * {@code isTerminated} or until its execution throws an exception. + * 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 * that each perform 500 iterations of an imagined image smoothing