From a00dd25d8cbc2840d95c07e3c826d5fcbab23675 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sun, 7 Sep 2014 20:36:57 +0200 Subject: [PATCH] Cache fixed in ui project --- .../jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java | 2 +- src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java index 92bbeabd9..d536889e8 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java @@ -59,7 +59,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL private final ABCPanel abcPanel; private int classIndex = -1; private boolean isStatic = false; - private final Cache cache = Cache.getInstance(true); + private final Cache cache = Cache.getInstance(true); private final List scriptListeners = new ArrayList<>(); diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index 8cb1cce63..09646335d 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -121,7 +121,7 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene private String lastDecompiled = ""; private ASMSource lastASM; public SearchPanel searchPanel; - private Cache cache = Cache.getInstance(true); + private Cache cache = Cache.getInstance(true); private CancellableWorker setSourceWorker; public void clearSource() {