diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-25 18:03:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-25 18:03:20 +0000 |
commit | 364c465628189a4f3dee6eac54ff48825c48e681 (patch) | |
tree | a7d51101d0fdfef43601b48965c2935059e617b6 /java/test/Ice/faultTolerance/Client.java | |
parent | comments (diff) | |
download | ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.bz2 ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.xz ice-364c465628189a4f3dee6eac54ff48825c48e681.zip |
removed spaces
Diffstat (limited to 'java/test/Ice/faultTolerance/Client.java')
-rw-r--r-- | java/test/Ice/faultTolerance/Client.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/test/Ice/faultTolerance/Client.java b/java/test/Ice/faultTolerance/Client.java index b3ca6f4620d..077b0fdcfe6 100644 --- a/java/test/Ice/faultTolerance/Client.java +++ b/java/test/Ice/faultTolerance/Client.java @@ -39,7 +39,7 @@ public class Client { port = Integer.parseInt(args[i]); } - catch (NumberFormatException ex) + catch(NumberFormatException ex) { ex.printStackTrace(); return 1; @@ -74,7 +74,7 @@ public class Client communicator = Ice.Util.initialize(args); status = run(args, communicator); } - catch (Ice.LocalException ex) + catch(Ice.LocalException ex) { ex.printStackTrace(); status = 1; @@ -86,7 +86,7 @@ public class Client { communicator.destroy(); } - catch (Ice.LocalException ex) + catch(Ice.LocalException ex) { ex.printStackTrace(); status = 1; |