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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/Server.java b/java/test/Ice/exceptions/Server.java
index 53a4c53b1bd..51dd7038b0e 100644
--- a/java/test/Ice/exceptions/Server.java
+++ b/java/test/Ice/exceptions/Server.java
@@ -41,7 +41,7 @@ public class Server
status = 1;
}
- if (communicator != null)
+ if(communicator != null)
{
try
{