forked from amazingfate/loongoffice
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
This commit is contained in:
@ -36,6 +36,7 @@ import test.lib.TestBed;
|
||||
* short-cutting to the local object.</P>
|
||||
*/
|
||||
public final class Bug111153_Test extends ComplexTestCase {
|
||||
@Override
|
||||
public String[] getTestMethodNames() {
|
||||
return new String[] { "test" };
|
||||
}
|
||||
@ -50,6 +51,7 @@ public final class Bug111153_Test extends ComplexTestCase {
|
||||
new Client().execute();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean run(XComponentContext context) throws Throwable {
|
||||
XTransport t = UnoRuntime.queryInterface(
|
||||
XTransport.class, getBridge(context).getInstance("Transport"));
|
||||
|
||||
Reference in New Issue
Block a user