summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 12:10:24 +0200
committerNoel Grandin <noel@peralex.com>2014-08-08 09:48:18 +0200
commita274d19d116671d67cf63bcc5dc8639e385394d6 (patch)
treeab94e438804ab3426d7c71231355bb477cecde34 /jurt
parentb58f3778095977fa0018f7d20d33347365bb799b (diff)
java: remove redundant super-interfaces
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java
index 769eaea0849c..9cddad7eba0b 100644
--- a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java
+++ b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java
@@ -198,7 +198,7 @@ public final class java_remote_bridge_Test {
}
private static final class TestProxy
- implements com.sun.star.lib.uno.Proxy, IQueryInterface, XInterface,
+ implements com.sun.star.lib.uno.Proxy, IQueryInterface,
TestInterface
{
public TestProxy(String oid) {