Skip to content

Commit 2023e04

Browse files
committed
javadoc
1 parent 9381b14 commit 2023e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/api/command/CommandHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* The command handler that processing sub commands under QS main command
3131
*
32-
* @param <T> The subtype of CommandSender
32+
* @param <T> The required sender class you want, must is the sub type of CommandSender
3333
*/
3434
public interface CommandHandler<T extends CommandSender> {
3535
/**

0 commit comments

Comments
 (0)