From 81dfdb102abc8f70d2302548392d1ff031163f32 Mon Sep 17 00:00:00 2001 From: snowleo Date: Tue, 10 May 2011 22:02:42 +0000 Subject: 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 --- .../src/com/earth2me/essentials/protect/EssentialsProtect.java | 1 - 1 file changed, 1 deletion(-) (limited to 'EssentialsProtect/src/com/earth2me') 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; -- cgit v1.2.3