sb118: fixed code layout

This commit is contained in:
sb
2010-02-17 10:54:24 +01:00
parent 710883e305
commit 9797a671bc

View File

@ -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();