mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 10:12:59 +00:00
export/import symbol classes/export asset tags
This commit is contained in:
@@ -152,7 +152,7 @@ public class AdvancedSettingsDialog extends AppDialog implements ActionListener
|
||||
ConfigurationCategory cat = field.getAnnotation(ConfigurationCategory.class);
|
||||
String scat = cat == null ? "other" : cat.value();
|
||||
if (!categorized.containsKey(scat)) {
|
||||
categorized.put(scat, new HashMap<String, Field>());
|
||||
categorized.put(scat, new HashMap<>());
|
||||
}
|
||||
categorized.get(scat).put(name, field);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user