Browse Source

whitespace

master
Stefan Bodewig 8 years ago
parent
commit
0b6fbd3381
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java

+ 3
- 3
src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java View File

@@ -169,9 +169,9 @@ public class ExecuteJava implements Runnable, TimeoutObserver {
thread.start();
w.start();
try {
while (!done) {
wait();
}
while (!done) {
wait();
}
} catch (InterruptedException e) {
// ignore
}


Loading…
Cancel
Save