summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-11-18 18:33:22 +0000
committerKHobbits <rob@khobbits.co.uk>2011-11-18 18:33:22 +0000
commit4a15bd8fdd19094636cc268e1b2aa1c60eb3bd67 (patch)
treecd8d0bbf81316c9247c157f03f918e62f594a900 /EssentialsGeoIP/src
parentb42ee56807d29be0dfab66b9e6a5bd337bb62aca (diff)
downloadEssentials-4a15bd8fdd19094636cc268e1b2aa1c60eb3bd67.tar
Essentials-4a15bd8fdd19094636cc268e1b2aa1c60eb3bd67.tar.gz
Essentials-4a15bd8fdd19094636cc268e1b2aa1c60eb3bd67.tar.lz
Essentials-4a15bd8fdd19094636cc268e1b2aa1c60eb3bd67.tar.xz
Essentials-4a15bd8fdd19094636cc268e1b2aa1c60eb3bd67.zip
More code cleanup.
Diffstat (limited to 'EssentialsGeoIP/src')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java1
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;