Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Nov 4, 2024
1 parent 61897b8 commit b38ba8b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ public static CommandData context(@Nonnull Command.Type type, @Nonnull String na
*
* <p>Only one entry point can be created per app.
*
* @param name
* The entry point name, 1-32 lowercase alphanumeric characters
* @param description
* The entry point description, 1-100 characters
* @param name
* The entry point name, 1-32 lowercase alphanumeric characters
* @param description
* The entry point description, 1-100 characters
*
* @throws IllegalArgumentException
* If any of the following requirements are not met
Expand All @@ -155,7 +155,6 @@ public static EntryPointCommandData entryPoint(@Nonnull String name, @Nonnull St
return new EntryPointCommandDataImpl(name, description);
}


/**
* Parses the provided serialization back into an CommandData instance.
* <br>This is the reverse function for {@link CommandData#toData()}.
Expand Down

0 comments on commit b38ba8b

Please sign in to comment.