File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/net/imglib2/algorithm/math Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class Compute
2323 private final boolean compatible_iteration_order ;
2424
2525 /**
26- * Validate the {@param operation}.
26+ * Validate the {code operation}.
2727 *
2828 * @param operation
2929 */
@@ -41,7 +41,7 @@ public Compute( final IFunction operation )
4141 * of the {@code target} defining the specific math implementation and numerical
4242 * precision that will be used.
4343 *
44- * @param target The {@code {@link RandomAccessibleInterval} into which to store the computation;
44+ * @param target The {@code RandomAccessibleInterval} into which to store the computation;
4545 * note its {@code Type} determines the precision of the computation and the specific
4646 * implementation of the mathematical operations.
4747 * @return The {@code target}.
@@ -54,7 +54,7 @@ public < O extends RealType< O > > RandomAccessibleInterval< O > into( final Ran
5454 /**
5555 * Execute the mathematical operations and store the result into the given {@code RandomAccessibleInterval}.
5656 *
57- * @param target The {@code {@link RandomAccessibleInterval} into which to store the computation;
57+ * @param target The {@code RandomAccessibleInterval} into which to store the computation;
5858 * note its {@code Type} determines the precision of the computation and the specific
5959 * implementation of the mathematical operations.
6060 *
You can’t perform that action at this time.
0 commit comments