Skip to content

Commit d6c1231

Browse files
committed
added missing javadoc
1 parent 9e3c230 commit d6c1231

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Commands/src/main/java/org/broken/arrow/library/command/commandhandler/MainCommandHandler.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ private boolean addCommands(CommandProperty subCommand, Set<String> commandLabel
172172
}
173173
}
174174

175+
/**
176+
* Retrieve the subcommands set if you not using the main command.
177+
*
178+
* @return The list of sub commands or empty list if non is set.
179+
*/
175180
public List<CommandProperty> getSubcommands() {
176181
return this.commands;
177182
}

0 commit comments

Comments
 (0)