summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/Server.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/exceptions/Server.java')
-rw-r--r--java/test/Ice/exceptions/Server.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/test/Ice/exceptions/Server.java b/java/test/Ice/exceptions/Server.java
index 9035ff41b9f..4c97c5e6582 100644
--- a/java/test/Ice/exceptions/Server.java
+++ b/java/test/Ice/exceptions/Server.java
@@ -13,7 +13,7 @@ public class Server
run(String[] args, Ice.Communicator communicator)
{
Ice.Properties properties = communicator.getProperties();
- // We don't need to disable warnings, because we have a dummy logger.
+ // We don't need to disable warnings, because we have a dummy logger.
//properties.setProperty("Ice.Warn.Dispatch", "0");
properties.setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000:udp");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
@@ -32,12 +32,12 @@ public class Server
try
{
- //
- // For this test, we need a dummy logger, otherwise the
- // assertion test will print an error message.
- //
+ //
+ // For this test, we need a dummy logger, otherwise the
+ // assertion test will print an error message.
+ //
Ice.InitializationData initData = new Ice.InitializationData();
- initData.logger = new DummyLogger();
+ initData.logger = new DummyLogger();
communicator = Ice.Util.initialize(args, initData);
status = run(args, communicator);