Skip to content

Commit 8c8afb0

Browse files
gselzerctrueden
authored andcommitted
Change {@code opCache} to {@link #opCache}
This way, IDEs make the connection between this reference and the field
1 parent 7076ff7 commit 8c8afb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ private Type[] toTypes(Nil<?>... nils) {
337337
/**
338338
* Creates an Op instance from an {@link OpInfo} with the provided
339339
* {@link MatchingConditions} as the guidelines for {@link OpInfo} selection.
340-
* This Op instance is put into the {@code opCache}, and is retrievable via
340+
* This Op instance is put into the {@link #opCache}, and is retrievable via
341341
* {@link DefaultOpEnvironment#wrapViaCache(MatchingConditions)}
342342
*
343343
* @param ref the {@link OpRef} request
@@ -363,7 +363,7 @@ private MatchingConditions insertCacheHit(final OpRef ref, final Hints hints,
363363

364364
/**
365365
* Finds an Op instance matching the request described by {@link OpRef}
366-
* {@code ref} and stores this Op in {@code opCache}. NB the return must be an
366+
* {@code ref} and stores this Op in {@link #opCache}. NB the return must be an
367367
* {@link Object} here (instead of some type variable T where T is the Op
368368
* type} since there is no way to ensure that the {@code OpRef} can provide
369369
* that T (since the OpRef could require that the Op returned is of multiple

0 commit comments

Comments
 (0)