summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-03-30 17:39:06 +0000
committerMark Spruiell <mes@zeroc.com>2007-03-30 17:39:06 +0000
commitc22114ed978f3fdeb0508d3204d9820a08d7d2f6 (patch)
tree2c87343def651e40fb7d57a0fe113ce987a308e5 /java
parentfile FileI.java was initially added on branch R3_2_branch. (diff)
downloadice-c22114ed978f3fdeb0508d3204d9820a08d7d2f6.tar.bz2
ice-c22114ed978f3fdeb0508d3204d9820a08d7d2f6.tar.xz
ice-c22114ed978f3fdeb0508d3204d9820a08d7d2f6.zip
minor fixes
Diffstat (limited to 'java')
-rw-r--r--java/demo/Freeze/library/Client.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/Freeze/library/Client.java b/java/demo/Freeze/library/Client.java
index b9fb2037097..10be2d07790 100644
--- a/java/demo/Freeze/library/Client.java
+++ b/java/demo/Freeze/library/Client.java
@@ -32,9 +32,9 @@ public class Client extends Ice.Application
// Since this is an interactive demo we want to clear the
// Application installed interrupt callback and install our
// own shutdown hook.
- //
+ //
setInterruptHook(new ShutdownHook());
-
+
return RunParser.runParser(appName(), args, communicator());
}