mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 23:01:03 +00:00
remove unused load method
This commit is contained in:
-5
@@ -396,11 +396,6 @@ public class ConfigPackImpl implements ConfigPack {
|
|||||||
.forEach((id, value) -> logger.debug("Dead entry in '{}' registry: '{}'", ReflectionUtil.typeToString(clazz), id)));
|
.forEach((id, value) -> logger.debug("Dead entry in '{}' registry: '{}'", ReflectionUtil.typeToString(clazz), id)));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
|
||||||
private void load(long start, Platform platform) throws ConfigException {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Map<Type, Pair<OpenRegistry<?>, CheckedRegistry<?>>> getRegistryMap() {
|
protected Map<Type, Pair<OpenRegistry<?>, CheckedRegistry<?>>> getRegistryMap() {
|
||||||
return registryMap;
|
return registryMap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user