summaryrefslogtreecommitdiff
path: root/java/demo/Ice/properties/Client.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-08-14 10:37:16 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-08-14 10:37:16 -0230
commit13c8da45cf4c892a17bda4f224a832bafd8e1bf4 (patch)
treed251dc62af721096338ac5be0ecbeaa825ce0e9e /java/demo/Ice/properties/Client.java
parentMore fixes to the interrupt test. (diff)
downloadice-13c8da45cf4c892a17bda4f224a832bafd8e1bf4.tar.bz2
ice-13c8da45cf4c892a17bda4f224a832bafd8e1bf4.tar.xz
ice-13c8da45cf4c892a17bda4f224a832bafd8e1bf4.zip
- Cleaned up all demos.
- Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts.
Diffstat (limited to 'java/demo/Ice/properties/Client.java')
-rw-r--r--java/demo/Ice/properties/Client.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/demo/Ice/properties/Client.java b/java/demo/Ice/properties/Client.java
index fdd5dd37b79..72bc1c4fe8b 100644
--- a/java/demo/Ice/properties/Client.java
+++ b/java/demo/Ice/properties/Client.java
@@ -13,6 +13,7 @@ public class Client extends Ice.Application
{
class ShutdownHook extends Thread
{
+ @Override
public void
run()
{
@@ -52,6 +53,7 @@ public class Client extends Ice.Application
}
}
+ @Override
public int
run(String[] args)
{