cleanup :: fix build

This commit is contained in:
Iaccidentally 2013-01-31 14:40:33 -05:00
parent 4edc39360a
commit 360e3e8801
13 changed files with 15 additions and 20 deletions

View file

@ -7,7 +7,6 @@ import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Map.Entry;
import org.bukkit.Material;
import org.bukkit.Server;
import org.bukkit.command.CommandSender;
@ -194,4 +193,4 @@ public class Commandrecipe extends EssentialsCommand
}
return type.toString().replace("_", " ").toLowerCase(Locale.ENGLISH);
}
}
}