Skip to content

Commit 464151f

Browse files
committed
DefaultOpEnv: fix javadoc typo
1 parent d139164 commit 464151f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scijava/scijava-ops-engine/src/main/java/org/scijava/ops/engine/DefaultOpEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ private MatchingConditions insertCacheHit(final OpRef ref, final Hints hints,
410410
* Finds an Op instance matching the request described by {@link OpRef}
411411
* {@code ref} and stores this Op in {@link #opCache}. NB the return must be an
412412
* {@link Object} here (instead of some type variable T where T is the Op
413-
* type} since there is no way to ensure that the {@code OpRef} can provide
413+
* type) since there is no way to ensure that the {@code OpRef} can provide
414414
* that T (since the OpRef could require that the Op returned is of multiple
415415
* types).
416416
*

0 commit comments

Comments
 (0)