[trunk] Removed unused imports

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1101 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo 2011-04-03 14:31:30 +00:00
parent 20d51e3311
commit c437074dc7
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package com.earth2me.essentials;
import java.util.ArrayList;
import java.util.List;
import javax.media.jai.operator.MeanDescriptor;
import org.bukkit.*;
import org.bukkit.block.*;
import org.bukkit.craftbukkit.block.CraftSign;

View File

@ -1,7 +1,6 @@
package com.earth2me.essentials;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.minecraft.server.InventoryPlayer;
import org.bukkit.*;