Remove unused import.

This commit is contained in:
Olof Larsson 2015-11-26 09:11:30 +01:00
parent ab3eec7afe
commit 0e8b43f8ea

View File

@ -19,8 +19,6 @@ import java.util.HashSet;
import java.util.Map; import java.util.Map;
import java.util.Set; import java.util.Set;
import com.massivecraft.massivecore.MassiveCore;
/* /*
* This pusher looks for changes in a flatfile database system. * This pusher looks for changes in a flatfile database system.
* Hopefully it is quicker than the poller. * Hopefully it is quicker than the poller.