diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-01-28 13:48:30 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-01-28 13:48:30 +0000 |
commit | f4413633b8c1ad5dd888370158fe412fa00a66d3 (patch) | |
tree | 81b5989aa6790265fd6dcd7d71f2d7dd82fd2e0e /EssentialsProtect | |
parent | 5c44877c4cc757fc57da63ac4cb7d3bcc481f7a7 (diff) | |
download | Essentials-f4413633b8c1ad5dd888370158fe412fa00a66d3.tar Essentials-f4413633b8c1ad5dd888370158fe412fa00a66d3.tar.gz Essentials-f4413633b8c1ad5dd888370158fe412fa00a66d3.tar.lz Essentials-f4413633b8c1ad5dd888370158fe412fa00a66d3.tar.xz Essentials-f4413633b8c1ad5dd888370158fe412fa00a66d3.zip |
Clean more imports.
Diffstat (limited to 'EssentialsProtect')
-rw-r--r-- | EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java index 5988bd06f..0b39920b5 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java @@ -4,7 +4,6 @@ import static com.earth2me.essentials.I18n._; import com.earth2me.essentials.api.IEssentials; import com.earth2me.essentials.api.IReload; import com.earth2me.essentials.api.IUser; -import com.earth2me.essentials.protect.data.ProtectedBlockMemory; import com.earth2me.essentials.protect.data.ProtectedBlockMySQL; import com.earth2me.essentials.protect.data.ProtectedBlockSQLite; import java.beans.PropertyVetoException; |