Re-made ConfigWrapper abstract

This commit is contained in:
Auxilor
2021-12-13 12:24:01 +00:00
parent bb686dca17
commit 440605f636

View File

@@ -17,7 +17,7 @@ import java.util.List;
* @param <T> The type of the handle.
*/
@SuppressWarnings("MethodDoesntCallSuperMethod")
public class ConfigWrapper<T extends Config> implements Config {
public abstract class ConfigWrapper<T extends Config> implements Config {
/**
* Configs from eco have an internal implementation,
* which is the handle.