summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/conversations/PlayerNamePrompt.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/conversations/PlayerNamePrompt.java')
-rw-r--r--src/main/java/org/bukkit/conversations/PlayerNamePrompt.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/conversations/PlayerNamePrompt.java b/src/main/java/org/bukkit/conversations/PlayerNamePrompt.java
index bc427cfc..5fa63446 100644
--- a/src/main/java/org/bukkit/conversations/PlayerNamePrompt.java
+++ b/src/main/java/org/bukkit/conversations/PlayerNamePrompt.java
@@ -27,6 +27,7 @@ public abstract class PlayerNamePrompt extends ValidatingPrompt{
/**
* Override this method to perform some action with the user's player name response.
+ *
* @param context Context information about the conversation.
* @param input The user's player name response.
* @return The next {@link Prompt} in the prompt graph.