Minor cosmetic cleanups to imports etc

Please see https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/389/overview

By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
Bukkit/Spigot
2018-10-27 14:55:52 -04:00
parent c53cad6baa
commit 66cea125d6
25 changed files with 10 additions and 55 deletions

View File

@@ -1,7 +1,5 @@
package org.bukkit.conversations;
import org.bukkit.command.CommandSender;
/**
* The Conversable interface is used to indicate objects that can have
* conversations.

View File

@@ -1,7 +1,5 @@
package org.bukkit.conversations;
import org.bukkit.command.CommandSender;
/**
* A ConversationPrefix implementation prepends all output from the
* conversation to the player. The ConversationPrefix can be used to display

View File

@@ -1,7 +1,6 @@
package org.bukkit.conversations;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
import org.bukkit.plugin.Plugin;
/**