mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 10:41:06 +00:00
preserve variable order in AS2 deobfuscation + make it faster
This commit is contained in:
@@ -33,7 +33,7 @@ public class Statistics implements AutoCloseable {
|
||||
|
||||
private final Stopwatch sw;
|
||||
|
||||
public static synchronized void addTime(String name, long duration) {
|
||||
private static synchronized void addTime(String name, long duration) {
|
||||
StatisticData s = map.get(name);
|
||||
if (s == null) {
|
||||
s = new StatisticData();
|
||||
|
||||
Reference in New Issue
Block a user