--- jsr166/src/extra166y/ParallelLongArrayWithFilter.java 2011/12/05 04:08:47 1.6 +++ jsr166/src/extra166y/ParallelLongArrayWithFilter.java 2013/01/16 00:51:11 1.7 @@ -85,7 +85,7 @@ public abstract class ParallelLongArrayW /** * Replaces elements with results of applying - * op(thisElement, otherElement). + * {@code op(thisElement, otherElement)}. * @param other the other array * @param combiner the combiner * @return this (to simplify use in expressions) @@ -100,7 +100,7 @@ public abstract class ParallelLongArrayW /** * Replaces elements with results of applying - * op(thisElement, otherElement). + * {@code op(thisElement, otherElement)}. * @param other the other array * @param combiner the combiner * @return this (to simplify use in expressions)