Skip to content

Commit 1785836

Browse files
committed
Fix javadoc errors
1 parent 97d8904 commit 1785836

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scijava-common3/src/main/java/org/scijava/common3/MersenneTwisterFast.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* A faster version of {@link java.util.Random} functionality,
3939
* built on the Mersenne Twister algorithm.
4040
*
41-
* <h3>MersenneTwister and MersenneTwisterFast</h3>
41+
* <h2>MersenneTwister and MersenneTwisterFast</h2>
4242
* <p>
4343
* <b>Version 17</b>, based on version MT199937(99/10/29) of the Mersenne
4444
* Twister algorithm found at

scijava-ops-image/src/main/java/org/scijava/ops/image/adapt/LiftFunctionsToRAI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* {@link RandomAccessibleInterval}s of those types. An output
5252
* {@link RandomAccessibleInterval} is created based off of the dimensions of
5353
* the first input image and using the output type of the passed
54-
* {@link Function}. The {@Function}{@code <I, O>} is then applied iteratively
54+
* {@link Function}. The {@link Function}{@code <I, O>} is then applied iteratively
5555
* over each pixel of the input image(s). NOTE: It is assumed that the input
5656
* {@code RAI}s are the same size. If they are not, the lifted {@link Function}
5757
* will only iteratively process the images until one image runs out of pixels

scijava-ops-image/templates/main/java/org/scijava/ops/image/adapt/LiftFunctionsToRAI.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.scijava.ops.spi.OpDependency;
2323
* {@link RandomAccessibleInterval}s of those types. An output
2424
* {@link RandomAccessibleInterval} is created based off of the dimensions of
2525
* the first input image and using the output type of the passed
26-
* {@link Function}. The {@Function}{@code <I, O>} is then applied iteratively
26+
* {@link Function}. The {@link Function}{@code <I, O>} is then applied iteratively
2727
* over each pixel of the input image(s). NOTE: It is assumed that the input
2828
* {@code RAI}s are the same size. If they are not, the lifted {@link Function}
2929
* will only iteratively process the images until one image runs out of pixels

0 commit comments

Comments
 (0)