Skip to content

Commit dd039bb

Browse files
committed
Formatting
1 parent e02ce3d commit dd039bb

File tree

1 file changed

+4
-5
lines changed
  • src/main/java/net/dv8tion/jda/api/interactions/commands/build

1 file changed

+4
-5
lines changed

src/main/java/net/dv8tion/jda/api/interactions/commands/build/Commands.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ public static CommandData context(@Nonnull Command.Type type, @Nonnull String na
135135
*
136136
* <p>Only one entry point can be created per app.
137137
*
138-
* @param name
139-
* The entry point name, 1-32 lowercase alphanumeric characters
140-
* @param description
141-
* The entry point description, 1-100 characters
138+
* @param name
139+
* The entry point name, 1-32 lowercase alphanumeric characters
140+
* @param description
141+
* The entry point description, 1-100 characters
142142
*
143143
* @throws IllegalArgumentException
144144
* If any of the following requirements are not met
@@ -155,7 +155,6 @@ public static EntryPointCommandData entryPoint(@Nonnull String name, @Nonnull St
155155
return new EntryPointCommandDataImpl(name, description);
156156
}
157157

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

0 commit comments

Comments
 (0)