Port to java 16 and MC 1.17
This commit is contained in:
@@ -19,12 +19,6 @@ public class SimpleConfigTest implements Config {
|
||||
@Comment(value = "This is an inner static class.")
|
||||
public Test test = new Test();
|
||||
|
||||
public static class Test {
|
||||
|
||||
@Comment(value = "This is the value inside the class!")
|
||||
public boolean innerTest = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "test-config";
|
||||
@@ -34,4 +28,10 @@ public class SimpleConfigTest implements Config {
|
||||
public @Nullable String getModid() {
|
||||
return "omega-config-test";
|
||||
}
|
||||
|
||||
public static class Test {
|
||||
|
||||
@Comment(value = "This is the value inside the class!")
|
||||
public boolean innerTest = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user