From the context of the code, this field should not be static
Change-Id: Idf092b0edf2c538d21b189cd742407bf2fd39fa7
This commit is contained in:
@@ -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>();
|
||||
|
Reference in New Issue
Block a user