mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 07:11:40 +00:00
Cache fixed in ui project
This commit is contained in:
@@ -121,7 +121,7 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene
|
||||
private String lastDecompiled = "";
|
||||
private ASMSource lastASM;
|
||||
public SearchPanel<ActionSearchResult> searchPanel;
|
||||
private Cache<CachedScript> cache = Cache.getInstance(true);
|
||||
private Cache<ASMSource, CachedScript> cache = Cache.getInstance(true);
|
||||
private CancellableWorker setSourceWorker;
|
||||
|
||||
public void clearSource() {
|
||||
|
||||
Reference in New Issue
Block a user