Kaydet (Commit) 0c8c3a53 authored tarafından Noel Grandin's avatar Noel Grandin

fix java1.5 build compatibility

accidentally introduced by me in commit 0477e6c3 "java: add
@Override annotation to overriding methods"

Change-Id: Ieccd78f57282778a5e8f805f7a40f5e6a24e9498
üst fd63ba45
......@@ -266,7 +266,6 @@ public class ScriptEditorForJavaScript implements ScriptEditor
});
Context.addContextListener(sdb);
sdb.setScopeProvider(new ScopeProvider() {
@Override
public Scriptable getScope() {
return org.mozilla.javascript.tools.shell.Main.getScope();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment