diff options
Diffstat (limited to 'java/test/Ice/operations/Collocated.java')
-rw-r--r-- | java/test/Ice/operations/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Collocated.java b/java/test/Ice/operations/Collocated.java index 7317b97c3fb..969d13f7a90 100644 --- a/java/test/Ice/operations/Collocated.java +++ b/java/test/Ice/operations/Collocated.java @@ -40,7 +40,7 @@ public class Collocated status = 1; } - if (communicator != null) + if(communicator != null) { try { |