diff options
author | sb <sb@openoffice.org> | 2010-02-17 10:54:24 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-02-17 10:54:24 +0100 |
commit | 9797a671bcb289787c37417e291998d2228b81ab (patch) | |
tree | ee7c2a582c61b533cb30b083a18fffafa5f7c956 /test | |
parent | 710883e305800b15b9b415fe39db90a3ce88e25d (diff) |
sb118: fixed code layout
Diffstat (limited to 'test')
-rw-r--r-- | test/source/java/OfficeConnection.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/source/java/OfficeConnection.java b/test/source/java/OfficeConnection.java index b6f9cc1def49..f28e385e64dd 100644 --- a/test/source/java/OfficeConnection.java +++ b/test/source/java/OfficeConnection.java @@ -133,8 +133,7 @@ public final class OfficeConnection { public void run() { try { Thread.currentThread().sleep(millis); - } catch (InterruptedException e) { -} + } catch (InterruptedException e) {} t1.interrupt(); } }; @@ -146,8 +145,7 @@ public final class OfficeConnection { try { n = process.waitFor(); done = true; - } catch (InterruptedException e) { -} + } catch (InterruptedException e) {} t2.interrupt(); try { t2.join(); |