diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-10 22:02:42 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-10 22:02:42 +0000 |
commit | 106a44d3a023b42b7623fe22ef1fa00ed486ff5b (patch) | |
tree | 27f104cb20a9e155e80447d72eb64e517e4275a5 | |
parent | 03b4ba2db4e8b0921557f94e49cda87de97025a5 (diff) | |
download | Essentials-106a44d3a023b42b7623fe22ef1fa00ed486ff5b.tar Essentials-106a44d3a023b42b7623fe22ef1fa00ed486ff5b.tar.gz Essentials-106a44d3a023b42b7623fe22ef1fa00ed486ff5b.tar.lz Essentials-106a44d3a023b42b7623fe22ef1fa00ed486ff5b.tar.xz Essentials-106a44d3a023b42b7623fe22ef1fa00ed486ff5b.zip |
IConfExternal is abstract class for other jars, because the interface is not accessible.
Forgot to remove the import.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1419 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java index 4d4ca1769..e026ffd4f 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java @@ -1,7 +1,6 @@ package com.earth2me.essentials.protect; import com.earth2me.essentials.Essentials; -import com.earth2me.essentials.IConf; import com.earth2me.essentials.IConfExternal; import com.earth2me.essentials.User; import com.earth2me.essentials.Util; |