Removed DeprecatedIsStillUsed suppressions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,6 @@ import java.io.StringReader;
|
||||
*
|
||||
* @deprecated JSON and yml have full parity.
|
||||
*/
|
||||
@SuppressWarnings("DeprecatedIsStillUsed")
|
||||
@Deprecated
|
||||
public class YamlTransientConfig extends YamlConfigWrapper {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user