summaryrefslogtreecommitdiff
path: root/bridges/test/java_remote/Bug92174_Test.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-06 08:55:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:28 +0200
commit0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 (patch)
tree218eba20dd23c6a865cf01aa7532bf1261a69bc8 /bridges/test/java_remote/Bug92174_Test.java
parente2e55a7c49079dfd896da6515b98d451e4c8735b (diff)
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Diffstat (limited to 'bridges/test/java_remote/Bug92174_Test.java')
-rw-r--r--bridges/test/java_remote/Bug92174_Test.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bridges/test/java_remote/Bug92174_Test.java b/bridges/test/java_remote/Bug92174_Test.java
index 2e26ce14cc99..5ddf4b323c52 100644
--- a/bridges/test/java_remote/Bug92174_Test.java
+++ b/bridges/test/java_remote/Bug92174_Test.java
@@ -28,6 +28,7 @@ import complexlib.ComplexTestCase;
import test.lib.TestBed;
public final class Bug92174_Test extends ComplexTestCase {
+ @Override
public String[] getTestMethodNames() {
return new String[] { "test" };
}
@@ -42,6 +43,7 @@ public final class Bug92174_Test extends ComplexTestCase {
new Client().execute();
}
+ @Override
protected boolean run(XComponentContext context) throws Throwable {
XTransport t = UnoRuntime.queryInterface(
XTransport.class, getBridge(context).getInstance("Transport"));