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 aec0a30 commit 8fae3cdCopy full SHA for 8fae3cd
src/main/java/org/scijava/plugin/PluginIndex.java
@@ -98,8 +98,8 @@ public PluginIndex(final PluginFinder pluginFinder) {
98
// -- PluginIndex methods --
99
100
/**
101
- * Adds all plugins discovered by the attached {@link PluginFinder} to
102
- * this index, or does nothing if the attached PluginFiner is null.
+ * Adds all plugins discovered by the attached {@link PluginFinder} to this
+ * index, or does nothing if the attached {@link PluginFinder} is null.
103
*/
104
public void discover() {
105
if (pluginFinder == null) return;
0 commit comments