Browse Source

trailing ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579263 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
755c489937
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/Watchdog.java

+ 1
- 1
src/main/org/apache/tools/ant/util/Watchdog.java View File

@@ -111,7 +111,7 @@ public class Watchdog implements Runnable {
public synchronized void run() {
long now = System.currentTimeMillis();
final long until = now + timeout;
try {
while (!stopped && until > now) {
wait(until - now);


Loading…
Cancel
Save