fixed some NetBeanscode hints

This commit is contained in:
honfika
2014-07-20 00:42:57 +02:00
parent 203e816302
commit 1faee7eaa5
253 changed files with 19088 additions and 19091 deletions

View File

@@ -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);