Skip to content

Commit 54577d9

Browse files
committed
ImgMath: fix 3 javadoc issues.
1 parent 1cdfdd6 commit 54577d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/net/imglib2/algorithm/math/Compute.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)