mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 14:45:28 +00:00
fixed some NetBeanscode hints
This commit is contained in:
@@ -62,7 +62,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
|
||||
private final Cache<CachedDecompilation> cache = Cache.getInstance(true);
|
||||
private Trait currentTrait = null;
|
||||
|
||||
private final List<Runnable> scriptListeners = new ArrayList<Runnable>();
|
||||
private final List<Runnable> scriptListeners = new ArrayList<>();
|
||||
|
||||
public void addScriptListener(Runnable l) {
|
||||
scriptListeners.add(l);
|
||||
|
||||
Reference in New Issue
Block a user