Skip to content

Commit e49f12d

Browse files
committed
Searcher: suppress unused warning
Concrete implementations need the argument for strategic sheep^H^H^H^H^Hsearch purposes.
1 parent 70e1952 commit e49f12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/search/Searcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface Searcher extends SciJavaPlugin {
5252
String title();
5353

5454
/** Whether this plugin supports a search of this term. */
55-
default boolean supports(final String term) {
55+
default boolean supports(@SuppressWarnings("unused") final String term) {
5656
return true;
5757
}
5858

0 commit comments

Comments
 (0)