summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Client.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-25 18:03:20 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-25 18:03:20 +0000
commit364c465628189a4f3dee6eac54ff48825c48e681 (patch)
treea7d51101d0fdfef43601b48965c2935059e617b6 /java/test/Ice/operations/Client.java
parentcomments (diff)
downloadice-364c465628189a4f3dee6eac54ff48825c48e681.tar.bz2
ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.xz
ice-364c465628189a4f3dee6eac54ff48825c48e681.zip
removed spaces
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r--java/test/Ice/operations/Client.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java
index fc8fc4e47f3..ef65544db53 100644
--- a/java/test/Ice/operations/Client.java
+++ b/java/test/Ice/operations/Client.java
@@ -23,11 +23,11 @@ public class Client
myClass.opVoid();
throw new RuntimeException();
}
- catch (Ice.ConnectFailedException ex)
+ catch(Ice.ConnectFailedException ex)
{
System.out.println("ok");
}
- catch (Ice.ConnectionLostException ex)
+ catch(Ice.ConnectionLostException ex)
{
System.out.println("ok");
}
@@ -46,7 +46,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;
@@ -58,7 +58,7 @@ public class Client
{
communicator.destroy();
}
- catch (Ice.LocalException ex)
+ catch(Ice.LocalException ex)
{
ex.printStackTrace();
status = 1;