Skip to content

Commit 163d6b2

Browse files
committed
Fixed something on the docs.
1 parent 1ad37f0 commit 163d6b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/thiagotgm/modular_commands/command/CommandBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)