Removed unused import in PlaceholderAPIHook

This commit is contained in:
Florian CUNY 2019-03-03 17:39:22 +01:00
parent c5dc7fcfad
commit cdaec6c517

View File

@ -4,7 +4,6 @@ import java.util.HashMap;
import java.util.Map;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;
import world.bentobox.bentobox.BentoBox;
import world.bentobox.bentobox.api.addons.Addon;
import world.bentobox.bentobox.api.hooks.Hook;