mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Suppressed redundant suppressions
This commit is contained in:
parent
6869f1f680
commit
ac2ad97d2e
@ -38,7 +38,7 @@ import java.util.Objects;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
@SuppressWarnings({"unchecked", "deprecation"})
|
@SuppressWarnings({"unchecked", "deprecation", "RedundantSuppression"})
|
||||||
public abstract class EcoEnchant extends Enchantment implements Listener, Registerable, Watcher {
|
public abstract class EcoEnchant extends Enchantment implements Listener, Registerable, Watcher {
|
||||||
/**
|
/**
|
||||||
* Instance of EcoEnchants for enchantments to be able to access.
|
* Instance of EcoEnchants for enchantments to be able to access.
|
||||||
|
Loading…
Reference in New Issue
Block a user