diff options
Diffstat (limited to 'java/test/Ice/exceptions/ThrowerI.java')
-rw-r--r-- | java/test/Ice/exceptions/ThrowerI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index 0eb0fe8f6b7..951496ce51d 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.java @@ -44,7 +44,7 @@ public final class ThrowerI extends _ThrowerDisp throws A, D { - if (a > 0) + if(a > 0) { A ex = new A(); ex.a = a; |