Replaced tabs with spaces in .java files.

This commit is contained in:
sk89q
2014-04-04 14:11:48 -07:00
parent 224bfef50c
commit cbf58103e6
5 changed files with 32 additions and 32 deletions

View File

@ -41,9 +41,9 @@ public class CommandRegistration {
Bukkit.getServer().getHelpMap().registerHelpTopicFactory(DynamicPluginCommand.class, new DynamicPluginCommandHelpTopic.Factory());
}
protected final Plugin plugin;
protected final Plugin plugin;
protected final CommandExecutor executor;
private CommandMap fallbackCommands;
private CommandMap fallbackCommands;
public CommandRegistration(Plugin plugin) {
this(plugin, plugin);