Skip to content

Commit c144b97

Browse files
committed
fixes wrong documentation
1 parent 2823f79 commit c144b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/scijava/command/CommandArrayConverterTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void run() {
9595
}
9696
}
9797

98-
/** A command which uses a UserClass Raw Array parameter. */
98+
/** A command which uses a UserClass Array with generics wildcard */
9999
@Plugin(type = Command.class)
100100
public static class CommandGenericsWildcardArrayInput implements Command {
101101

0 commit comments

Comments
 (0)