diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-19 20:26:15 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-19 20:26:15 +0000 |
commit | fa1d5c95995b0eece64b5da943e0ee5ad1aaad72 (patch) | |
tree | abfc98d4c9e9074f0c20118215c800cae13e26f7 /java/test/Ice/operations/Client.java | |
parent | Fixed thread pool property (diff) | |
download | ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.tar.bz2 ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.tar.xz ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.zip |
exception handling fixes
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r-- | java/test/Ice/operations/Client.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java index e95491eccec..bb4068c4c09 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/Client.java @@ -31,10 +31,6 @@ public class Client { System.out.println("ok"); } - catch(Ice.ConnectionLostException ex) - { - System.out.println("ok"); - } return 0; } |