Skip to content

Commit 8fae3cd

Browse files
committed
PluginIndex: fix javadoc
1 parent aec0a30 commit 8fae3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/scijava/plugin/PluginIndex.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ public PluginIndex(final PluginFinder pluginFinder) {
9898
// -- PluginIndex methods --
9999

100100
/**
101-
* Adds all plugins discovered by the attached {@link PluginFinder} to
102-
* this index, or does nothing if the attached PluginFiner is null.
101+
* Adds all plugins discovered by the attached {@link PluginFinder} to this
102+
* index, or does nothing if the attached {@link PluginFinder} is null.
103103
*/
104104
public void discover() {
105105
if (pluginFinder == null) return;

0 commit comments

Comments
 (0)