Skip to content

Commit

Permalink
Suppressed redundant suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 28, 2020
1 parent 6869f1f commit ac2ad97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
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.
Expand Down

0 comments on commit ac2ad97

Please sign in to comment.