mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 04:34:31 +00:00
fixed deobfuscation
Issue #151 option for caching in memory instead of temp files
This commit is contained in:
@@ -107,7 +107,7 @@ public class ActionPanel extends JPanel implements ActionListener {
|
||||
private String searchFor;
|
||||
private boolean searchIgnoreCase;
|
||||
private boolean searchRegexp;
|
||||
private Cache cache = new Cache(true);
|
||||
private Cache cache = Cache.getInstance(true);
|
||||
|
||||
public void clearCache() {
|
||||
cache.clear();
|
||||
|
||||
Reference in New Issue
Block a user