diff options
Diffstat (limited to 'java/test/Ice/properties/Client.java')
-rw-r--r-- | java/test/Ice/properties/Client.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/properties/Client.java b/java/test/Ice/properties/Client.java index ccd10c7c32d..4b2571e185c 100644 --- a/java/test/Ice/properties/Client.java +++ b/java/test/Ice/properties/Client.java @@ -22,6 +22,7 @@ public class Client extends test.Util.Application class PropertiesClient extends Ice.Application { + @Override public int run(String[] args) { @@ -35,6 +36,7 @@ public class Client extends test.Util.Application }; }; + @Override public int run(String[] args) { { |