Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Apr 13, 2015
1 parent 26d07a7 commit 666b24e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/archivesmc/archblock/Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.sk89q.worldguard.bukkit.WorldGuardPlugin;
import com.sk89q.worldguard.protection.flags.BooleanFlag;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.SimpleCommandMap;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.SimplePluginManager;
Expand All @@ -23,8 +22,6 @@
import org.hibernate.cfg.Configuration;

import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.List;
import java.util.Locale;
import java.util.MissingResourceException;
Expand Down

0 comments on commit 666b24e

Please sign in to comment.