We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47b4b5 commit 6bfb4ffCopy full SHA for 6bfb4ff
src/main/java/org/scijava/io/location/LocationService.java
@@ -86,7 +86,7 @@ default Location resolve(URI uri) throws URISyntaxException {
86
return resolver != null ? resolver.resolve(uri) : null;
87
}
88
89
- /** @deprecated Use {@link #getHandler(URI)} instead. */
+ /** @deprecated Use {@link #getHandler} instead. */
90
@Deprecated
91
default LocationResolver getResolver(URI uri) {
92
return getHandler(uri);
0 commit comments