Fixed EcoPlugin compiler warnings

This commit is contained in:
Auxilor
2023-02-14 16:53:45 +00:00
parent ab18a8bd29
commit a8556008f9

View File

@@ -53,7 +53,7 @@ import java.util.stream.Collectors;
* <b>IMPORTANT: When reloading a plugin, all runnables / tasks will
* be cancelled.</b>
*/
@SuppressWarnings({"unused", "DeprecatedIsStillUsed"})
@SuppressWarnings({"unused", "DeprecatedIsStillUsed", "deprecation", "RedundantSuppression"})
public abstract class EcoPlugin extends JavaPlugin implements PluginLike {
/**
* The polymart resource ID of the plugin.