Skip to content

Commit 4343354

Browse files
committed
Reformat code
1 parent cc77d47 commit 4343354

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pluginbase-core/src/main/java/dev/demeng/pluginbase/input/ChatInputRequest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
/**
4343
* Requests a chat input from players, with the ability to map the string input into the object you
44-
* require and a retry system for invalid inputs. Created using the Bukkit
45-
* {@link org.bukkit.conversations.Conversation} API.
44+
* require and a retry system for invalid inputs. Created using the Bukkit {@link
45+
* org.bukkit.conversations.Conversation} API.
4646
*
4747
* @param <T> The expected return type for the input request
4848
*/
@@ -73,8 +73,8 @@ public class ChatInputRequest<T> extends ValidatingPrompt {
7373
* Creates a new chat input request builder.
7474
*
7575
* @param parser The input parser that returns the expected object, or null if the string input is
76-
* invalid
77-
* @param <T> The expected return type for the input request
76+
* invalid
77+
* @param <T> The expected return type for the input request
7878
* @return A new chat input request builder
7979
*/
8080
@NotNull
@@ -163,8 +163,8 @@ public ChatInputRequest<T> withExitValue(@Nullable final String exitValue) {
163163

164164
/**
165165
* The consumer that is accepted with the parsed input when a valid input has been provided. This
166-
* utility will automatically clear the title and subtitle (if applicable) and end the
167-
* {@link org.bukkit.conversations.Conversation}.
166+
* utility will automatically clear the title and subtitle (if applicable) and end the {@link
167+
* org.bukkit.conversations.Conversation}.
168168
*
169169
* @param consumer The consumer to be accepted with the input
170170
* @return this

0 commit comments

Comments
 (0)