From 9797a671bcb289787c37417e291998d2228b81ab Mon Sep 17 00:00:00 2001 From: sb Date: Wed, 17 Feb 2010 10:54:24 +0100 Subject: sb118: fixed code layout --- test/source/java/OfficeConnection.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test') 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(); -- cgit