Unused imports

This commit is contained in:
Raoul Van den Berge
2016-06-21 23:09:11 +02:00
parent 5d0e64dfde
commit f48bdddfcd
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import java.util.List;
/**
* Should be implemented as a capability on tile entities.
*
* @see refinedstorage.api.RefinedStorageCapabilities#STORAGE_PROVIDER_CAPABILITY
*/
public interface IStorageProvider {

View File

@@ -11,7 +11,6 @@ import refinedstorage.RefinedStorageUtils;
import javax.annotation.Nullable;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.FutureTask;
/**
* A implementation of {@link IStorage} that stores storage items in NBT.