diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-22 19:55:20 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-22 19:55:20 +0000 |
commit | 009bf996f337ba40959f04c5feeff24299957987 (patch) | |
tree | 2e983c0e6d923b640b639e5f624d16d6f0b86105 /EssentialsGeoIP/src/com | |
parent | aeb46128bc75c67401c5f61a0bbadeadb6cf4a29 (diff) | |
download | Essentials-009bf996f337ba40959f04c5feeff24299957987.tar Essentials-009bf996f337ba40959f04c5feeff24299957987.tar.gz Essentials-009bf996f337ba40959f04c5feeff24299957987.tar.lz Essentials-009bf996f337ba40959f04c5feeff24299957987.tar.xz Essentials-009bf996f337ba40959f04c5feeff24299957987.zip |
cleanup
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1518 e251c2fe-e539-e718-e476-b85c1f46cddb
Diffstat (limited to 'EssentialsGeoIP/src/com')
-rw-r--r-- | EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java index 3051e4151..ef9d9af27 100644 --- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java +++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java @@ -6,7 +6,6 @@ import java.util.logging.Level; import java.util.logging.Logger; import org.bukkit.event.Event.Priority; import org.bukkit.event.Event.Type; -import org.bukkit.plugin.Plugin; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; |