Removed DeprecatedIsStillUsed suppressions

This commit is contained in:
Auxilor
2021-12-12 14:21:23 +00:00
parent 4b994d5f4c
commit b2c1d650de
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ import org.jetbrains.annotations.NotNull;
* @deprecated JSON and yml have full parity.
*/
@Deprecated
@SuppressWarnings("DeprecatedIsStillUsed")
public abstract class YamlBaseConfig extends LoadableYamlConfigWrapper {
/**
* @param configName The name of the config

View File

@@ -15,7 +15,6 @@ import java.io.StringReader;
*
* @deprecated JSON and yml have full parity.
*/
@SuppressWarnings("DeprecatedIsStillUsed")
@Deprecated
public class YamlTransientConfig extends YamlConfigWrapper {
/**