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
This commit is contained in:
snowleo 2011-05-10 22:02:42 +00:00
parent 03b4ba2db4
commit 106a44d3a0

View File

@ -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;