--- jsr166/src/extra166y/ParallelArrayWithBounds.java 2012/12/30 02:05:53 1.5 +++ jsr166/src/extra166y/ParallelArrayWithBounds.java 2013/01/16 00:51:11 1.6 @@ -28,9 +28,9 @@ public abstract class ParallelArrayWithB * only on the elements of the array between firstIndex * (inclusive) and upperBound (exclusive). The bound * arguments are relative to the current bounds. For example - * pa.withBounds(2, 8).withBounds(3, 5) indexes the + * {@code pa.withBounds(2, 8).withBounds(3, 5)} indexes the * 5th (= 2+3) and 6th elements of pa. However, indices - * returned by methods such as indexOf are + * returned by methods such as {@code indexOf} are * with respect to the underlying ParallelArray. * @param firstIndex the lower bound (inclusive) * @param upperBound the upper bound (exclusive)