Suppressed redundant suppressions

This commit is contained in:
Auxilor 2020-12-28 22:59:09 +00:00
parent 6869f1f680
commit ac2ad97d2e

View File

@ -38,7 +38,7 @@ import java.util.Objects;
import java.util.Set;
import java.util.stream.Collectors;
@SuppressWarnings({"unchecked", "deprecation"})
@SuppressWarnings({"unchecked", "deprecation", "RedundantSuppression"})
public abstract class EcoEnchant extends Enchantment implements Listener, Registerable, Watcher {
/**
* Instance of EcoEnchants for enchantments to be able to access.