mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 16:52:02 +00:00
small cleanup
This commit is contained in:
@@ -1147,7 +1147,7 @@ public class Main {
|
||||
if (!ver.changes.containsKey(changeType)) {
|
||||
ver.changes.put(changeType, new ArrayList<String>());
|
||||
}
|
||||
java.util.List<String> chlist = ver.changes.get(changeType);
|
||||
List<String> chlist = ver.changes.get(changeType);
|
||||
chlist.add(change);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user