Author: peterreilly Date: Tue Sep 25 07:36:32 2007 New Revision: 579263 URL: http://svn.apache.org/viewvc?rev=579263&view=rev Log: trailing ws
Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java?rev=579263&r1=579262&r2=579263&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java Tue Sep 25 07:36:32 2007 @@ -111,7 +111,7 @@ public synchronized void run() { long now = System.currentTimeMillis(); final long until = now + timeout; - + try { while (!stopped && until > now) { wait(until - now); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]