java: add @Override annotation to overriding methods

Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
This commit is contained in:
Noel Grandin
2014-08-06 08:55:09 +02:00
parent e2e55a7c49
commit 0477e6c39b
1317 changed files with 3116 additions and 15 deletions

View File

@ -27,6 +27,7 @@ import complexlib.ComplexTestCase;
import test.lib.TestBed;
public final class PolyStructTest extends ComplexTestCase {
@Override
public String[] getTestMethodNames() {
return new String[] { "test" };
}
@ -42,6 +43,7 @@ public final class PolyStructTest extends ComplexTestCase {
new Client().execute();
}
@Override
protected boolean run(XComponentContext context) throws Throwable {
TestTransport t = UnoRuntime.queryInterface(
TestTransport.class, getBridge(context).getInstance(""));