Fix test compilation failing

This commit is contained in:
s809
2024-06-28 15:52:39 +05:00
parent 083a036666
commit 3ff9a93066
@@ -37,6 +37,9 @@ public class LevelWrapperTest implements IDhApiLevelWrapper
@Override
public IDhApiDimensionTypeWrapper getDimensionType() { return null; }
@Override
public String getDimensionName() { return null; }
@Override
public EDhApiLevelType getLevelType() { return null; }
@@ -52,4 +55,4 @@ public class LevelWrapperTest implements IDhApiLevelWrapper
@Override
public int getMinHeight() { return IDhApiLevelWrapper.super.getMinHeight(); }
}
}