--- jsr166/src/test/loops/CyclicAction.java 2012/11/18 18:03:11 1.5 +++ jsr166/src/test/loops/CyclicAction.java 2012/11/26 06:32:28 1.6 @@ -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 compute, that performs the action occurring + * define method {@code compute}, that performs the action occurring * at each step of the barrier. Upon invocation of this task, the - * compute method is repeatedly invoked until the barrier - * isTerminated or until its execution throws an exception. + * {@code compute} method is repeatedly invoked until the barrier + * {@code 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