We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a476 commit 9381b14Copy full SHA for 9381b14
src/main/java/org/maxgamer/quickshop/api/command/CommandHandler.java
@@ -29,7 +29,7 @@
29
/**
30
* The command handler that processing sub commands under QS main command
31
*
32
- * @param <T> The subtype of CommandSender you want received
+ * @param <T> The subtype of CommandSender
33
*/
34
public interface CommandHandler<T extends CommandSender> {
35
0 commit comments