diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-11-18 18:33:22 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-11-18 18:33:22 +0000 |
commit | 2e0fb159523be08b261f9ee2b4fccf8283452bf5 (patch) | |
tree | 0f0346f223a02ad303fbb0600f2838201f206166 /EssentialsGeoIP/src | |
parent | 11f02fb947180278aa39a1402e76f88ad9f1d25c (diff) | |
download | Essentials-2e0fb159523be08b261f9ee2b4fccf8283452bf5.tar Essentials-2e0fb159523be08b261f9ee2b4fccf8283452bf5.tar.gz Essentials-2e0fb159523be08b261f9ee2b4fccf8283452bf5.tar.lz Essentials-2e0fb159523be08b261f9ee2b4fccf8283452bf5.tar.xz Essentials-2e0fb159523be08b261f9ee2b4fccf8283452bf5.zip |
More code cleanup.
Diffstat (limited to 'EssentialsGeoIP/src')
-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 aa919f44b..5a4049a62 100644 --- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java +++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java @@ -1,6 +1,5 @@ package com.earth2me.essentials.geoip; -import com.earth2me.essentials.Essentials; import com.earth2me.essentials.IEssentials; import com.earth2me.essentials.Util; import java.util.logging.Level; |