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() {