File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/github/thiagotgm/modular_commands/command Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,7 @@ public CommandBuilder subCommand( boolean subCommand ) {
357357 * @param description The description of the command.
358358 * @return This builder.
359359 * @throws NullPointerException If the description given is null.
360+ * @see ICommand#getDescription()
360361 */
361362 public CommandBuilder withDescription ( String description ) throws NullPointerException {
362363
@@ -375,6 +376,7 @@ public CommandBuilder withDescription( String description ) throws NullPointerEx
375376 * @param usage The usage of the command.
376377 * @return This builder.
377378 * @throws NullPointerException If the usage given is null.
379+ * @see ICommand#getUsage()
378380 */
379381 public CommandBuilder withUsage ( String usage ) throws NullPointerException {
380382
You can’t perform that action at this time.
0 commit comments