You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2007/09/25 16:36:33 UTC

svn commit: r579263 - /ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org