1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 07:06:41 +02:00

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 dbefd52bbd
commit 81dfdb102a

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;