Update to ConfigMe 1.2.0
This commit is contained in:
@@ -59,6 +59,11 @@ final class MessageMigraterPropertyReader implements PropertyReader {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<String> getChildKeys(String s) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getObject(String path) {
|
||||
if (path.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user