summaryrefslogtreecommitdiff
path: root/java/test/Ice/custom/Collocated.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/custom/Collocated.java')
-rw-r--r--java/test/Ice/custom/Collocated.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/custom/Collocated.java b/java/test/Ice/custom/Collocated.java
index 0d130a24321..a770a6af49b 100644
--- a/java/test/Ice/custom/Collocated.java
+++ b/java/test/Ice/custom/Collocated.java
@@ -11,6 +11,7 @@ package test.Ice.custom;
public class Collocated extends test.Util.Application
{
+ @Override
public int run(String[] args)
{
Ice.Communicator communicator = communicator();
@@ -23,6 +24,7 @@ public class Collocated extends test.Util.Application
return 0;
}
+ @Override
protected Ice.InitializationData getInitData(Ice.StringSeqHolder argsH)
{
Ice.InitializationData initData = new Ice.InitializationData();