summaryrefslogtreecommitdiff
path: root/java/demo/Freeze/library/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/Freeze/library/Client.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());
}