summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
diff options
context:
space:
mode:
authorementalo <ementalodev@gmx.co.uk>2012-07-16 15:01:16 +0100
committerementalo <ementalodev@gmx.co.uk>2012-07-16 15:01:16 +0100
commit3c385e69271dfe8530fadc3f67e13ee495e4b0e1 (patch)
treeb7f13a2ddf0569f0eef9a37622c38a3c4fe46ef9 /EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
parent9d41899b970c01e4b482ddb5d06f2b6f9d11a656 (diff)
downloadEssentials-3c385e69271dfe8530fadc3f67e13ee495e4b0e1.tar
Essentials-3c385e69271dfe8530fadc3f67e13ee495e4b0e1.tar.gz
Essentials-3c385e69271dfe8530fadc3f67e13ee495e4b0e1.tar.lz
Essentials-3c385e69271dfe8530fadc3f67e13ee495e4b0e1.tar.xz
Essentials-3c385e69271dfe8530fadc3f67e13ee495e4b0e1.zip
Package Renames
Diffstat (limited to 'EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
index b6697a658..125ba3144 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
@@ -1,7 +1,7 @@
package com.earth2me.essentials.geoip;
-import static com.earth2me.essentials.I18n._;
-import com.earth2me.essentials.api.IEssentials;
+import static net.ess3.I18n._;
+import net.ess3.api.IEssentials;
import java.util.logging.Level;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;