Skip to content

Commit

Permalink
added a little more to the javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bearofbusiness committed Oct 9, 2024
1 parent fc58ac2 commit cdf0cc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
* aliases = {"ex", "e"},<br>
* playerOnly = true,<br>
* usage = "{@literal <param1>} {@literal <param2|param3>} [optional param]",<br>
* requiredArgs = 2)
* requiredArgs = 2)<br>
* public class ExampleChildCommand extends ChildCommand {
* @see ParentCommand
* @see CommandData Uses an annotation to define the command
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
* aliases = {"ex", "e"},<br>
* playerOnly = true,<br>
* usage = "{@literal <param1>} {@literal <param2|param3>} [optional param]",<br>
* requiredArgs = 2)
* requiredArgs = 2)<br>
* public class exampleCommand extends ParentCommand {
*
*/
@SuppressWarnings({"unused", "deprecation"})
@Getter
Expand Down

0 comments on commit cdf0cc0

Please sign in to comment.