mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 02:08:13 +00:00
Override notation
This commit is contained in:
@@ -54,6 +54,7 @@ public class LegacyConfigurationStorage implements ConfigurationStorage {
|
||||
return new HashMap<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveToFile(String file) {
|
||||
Map<String, Object> config = new HashMap<>();
|
||||
for (Map.Entry<String, Field> entry : Configuration.getConfigurationFields(false, true).entrySet()) {
|
||||
|
||||
Reference in New Issue
Block a user