We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e1952 commit e49f12dCopy full SHA for e49f12d
src/main/java/org/scijava/search/Searcher.java
@@ -52,7 +52,7 @@ public interface Searcher extends SciJavaPlugin {
52
String title();
53
54
/** Whether this plugin supports a search of this term. */
55
- default boolean supports(final String term) {
+ default boolean supports(@SuppressWarnings("unused") final String term) {
56
return true;
57
}
58
0 commit comments