Organize imports

This commit is contained in:
yueh
2015-05-09 13:06:09 +02:00
parent b8f22202d4
commit b6b76d145b
78 changed files with 157 additions and 126 deletions
+2 -2
View File
@@ -19,13 +19,13 @@
package appeng.server;
import com.google.common.base.Joiner;
import net.minecraft.command.CommandBase;
import net.minecraft.command.ICommandSender;
import net.minecraft.command.WrongUsageException;
import net.minecraft.server.MinecraftServer;
import com.google.common.base.Joiner;
public final class AECommand extends CommandBase
{
@@ -19,12 +19,12 @@
package appeng.server.subcommands;
import com.google.common.base.Joiner;
import net.minecraft.command.ICommandSender;
import net.minecraft.server.MinecraftServer;
import net.minecraft.util.ChatComponentText;
import com.google.common.base.Joiner;
import appeng.server.ISubCommand;