From the context of the code, this field should not be static

Change-Id: Idf092b0edf2c538d21b189cd742407bf2fd39fa7
This commit is contained in:
Noel Grandin
2013-04-26 08:31:13 +02:00
parent 64e85a4cc8
commit 6d4c1f0d4a

View File

@@ -48,7 +48,7 @@ public class ScriptEditorForJavaScript implements ScriptEditor
// template for JavaScript scripts
private static String JSTEMPLATE;
static private Main rhinoWindow;
private Main rhinoWindow;
private URL scriptURL;
// global list of ScriptEditors, key is URL of file being edited
private static Map<URL,ScriptEditorForJavaScript> BEING_EDITED = new HashMap<URL,ScriptEditorForJavaScript>();