Remove unused import and annotation

This commit is contained in:
filoghost 2020-05-24 18:07:46 +02:00
parent 4ab7f5bcaa
commit 0ef4b0b2cc
2 changed files with 0 additions and 2 deletions

View File

@ -142,7 +142,6 @@ public class ExtendedIcon extends Icon {
return super.calculateLore(pov); return super.calculateLore(pov);
} }
@SuppressWarnings("deprecation")
@Override @Override
public boolean onClick(Player player) { public boolean onClick(Player player) {

View File

@ -24,7 +24,6 @@ import com.gmail.filoghost.chestcommands.internal.icon.IconCommand;
import com.gmail.filoghost.chestcommands.util.*; import com.gmail.filoghost.chestcommands.util.*;
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParseException; import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParseException;
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParser; import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParser;
import org.bukkit.Material;
import org.bukkit.configuration.ConfigurationSection; import org.bukkit.configuration.ConfigurationSection;
import java.util.ArrayList; import java.util.ArrayList;