summaryrefslogtreecommitdiff
path: root/java/test/Ice/inheritance/ICI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/inheritance/ICI.java')
-rw-r--r--java/test/Ice/inheritance/ICI.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test/Ice/inheritance/ICI.java b/java/test/Ice/inheritance/ICI.java
index 158553bf46b..4ff569dbf16 100644
--- a/java/test/Ice/inheritance/ICI.java
+++ b/java/test/Ice/inheritance/ICI.java
@@ -22,24 +22,28 @@ public final class ICI extends _ICDisp
{
}
+ @Override
public IAPrx
iaop(IAPrx p, Ice.Current current)
{
return p;
}
+ @Override
public ICPrx
icop(ICPrx p, Ice.Current current)
{
return p;
}
+ @Override
public IB1Prx
ib1op(IB1Prx p, Ice.Current current)
{
return p;
}
+ @Override
public IB2Prx
ib2op(IB2Prx p, Ice.Current current)
{