java: add some @Override annotations

Change-Id: I291db1dff5ab3ce40fda6f822a0e3ff1e6ef36c1
Reviewed-on: https://gerrit.libreoffice.org/19855
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Noel Grandin
2015-11-09 11:25:04 +02:00
committed by Noel Grandin
parent a3db4959b0
commit b5df54c5bc
29 changed files with 67 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ public class ScriptEditorForJavaScript implements ScriptEditor {
});
Context.addContextListener(sdb);
sdb.setScopeProvider(new ScopeProvider() {
@Override
public Scriptable getScope() {
return org.mozilla.javascript.tools.shell.Main.getScope();
}