Skip to content

Commit ff09a1e

Browse files
committed
Fix javadoc linting errors
1 parent 25d0fe5 commit ff09a1e

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

scijava-ops-engine/src/main/java/org/scijava/ops/engine/adapt/functional/FunctionsToComputers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
/**
4949
* Collection of adaptation Ops to convert {@link Computers} into
50-
* {@link Functions} with the use of a {@link Computer} that copies the output
51-
* of the function into the preallocated argument.
50+
* {@link Functions} with the use of a computer Op that copies the
51+
* output of the function into the preallocated argument.
5252
*
5353
* @author Gabriel Selzer
5454
*/

scijava-ops-engine/src/main/java/org/scijava/ops/engine/matcher/MatchingRoutine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OpCandidate findMatch(MatchingConditions conditions, OpMatcher matcher,
6161
* conform to
6262
* @param matcher the {@link OpMatcher} responsible for matching
6363
* @param env the {@link OpEnvironment} containing the Ops able to be matched
64-
* @return an {@OpCandidate}
64+
* @return an {@link OpCandidate}
6565
*/
6666
default OpCandidate match(MatchingConditions conditions, OpMatcher matcher,
6767
OpEnvironment env)

scijava-ops-engine/src/main/java/org/scijava/ops/engine/util/internal/package-info.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
* within SciJava Ops</b>.
3333
* <p>
3434
* Utilities intended for use outside of this library sould be housed within
35-
* {@link org.scijava.ops.engine.util}
35+
* the {@code org.scijava.ops.engine.util} package.
3636
*
3737
* @author Gabriel Selzer
38-
* @see org.scijava.ops.engine.util
3938
*/
4039

4140
package org.scijava.ops.engine.util.internal;

scijava-ops-engine/templates/main/java/org/scijava/ops/engine/adapt/functional/FunctionsToComputers.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import org.scijava.ops.spi.OpClass;
1818

1919
/**
2020
* Collection of adaptation Ops to convert {@link Computers} into
21-
* {@link Functions} with the use of a {@link Computer} that copies the output
22-
* of the function into the preallocated argument.
21+
* {@link Functions} with the use of a computer Op that copies the
22+
* output of the function into the preallocated argument.
2323
*
2424
* @author Gabriel Selzer
2525
*/

0 commit comments

Comments
 (0)