fix java1.5 build compatibility

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

Change-Id: Ieccd78f57282778a5e8f805f7a40f5e6a24e9498
This commit is contained in:
Noel Grandin
2014-08-19 10:21:22 +02:00
parent fd63ba4574
commit 0c8c3a536b

View File

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