#731 AS2 decompilation problem fixed

This commit is contained in:
honfika@gmail.com
2014-11-29 16:20:08 +01:00
parent 3d092df4ef
commit 87611fabbc
6 changed files with 69 additions and 17 deletions

View File

@@ -37,8 +37,8 @@ public class Cache<K, V> implements Freed {
private static final List<Cache> instances = new ArrayList<>();
public static final int STORAGE_FILES = 1;
public static final int STORAGE_MEMORY = 2;
private boolean weak;
private String name;
private final boolean weak;
private final String name;
static {
Runtime.getRuntime().addShutdownHook(new Thread() {