mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
fix bug in writeMinMaxToMap
This commit is contained in:
@@ -67,7 +67,7 @@ public final class Common {
|
||||
if (min != null || max != null) {
|
||||
Map minMaxMap = new LinkedHashMap();
|
||||
parent.put(key, minMaxMap);
|
||||
writeMinMaxToMap(parent, min, max, defaultValue);
|
||||
writeMinMaxToMap(minMaxMap, min, max, defaultValue);
|
||||
}
|
||||
}
|
||||
public static void writeDescriptionToMap(Map parent, String description) {
|
||||
|
||||
Reference in New Issue
Block a user