summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-03-14 03:10:22 +0100
committersnowleo <schneeleo@gmail.com>2012-03-14 03:10:22 +0100
commit1f8cf1935f1890517ad3405c0e74ddbedba2d916 (patch)
tree7ea3e8335232517459077440c58c70f26a2e68fa /EssentialsProtect/src
parent14a421f870a07782bb7746a31e42ba306bf6cf79 (diff)
downloadEssentials-1f8cf1935f1890517ad3405c0e74ddbedba2d916.tar
Essentials-1f8cf1935f1890517ad3405c0e74ddbedba2d916.tar.gz
Essentials-1f8cf1935f1890517ad3405c0e74ddbedba2d916.tar.lz
Essentials-1f8cf1935f1890517ad3405c0e74ddbedba2d916.tar.xz
Essentials-1f8cf1935f1890517ad3405c0e74ddbedba2d916.zip
Move utils to new package
Diffstat (limited to 'EssentialsProtect/src')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
index 1ed32ddda..2404e165f 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
@@ -1,6 +1,6 @@
package com.earth2me.essentials.protect;
-import com.earth2me.essentials.Util;
+import com.earth2me.essentials.utils.Util;
import com.earth2me.essentials.api.IPermission;
import java.util.Locale;
import org.bukkit.command.CommandSender;