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/04 13:06:15 UTC

svn commit: r572616 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java

Author: peterreilly
Date: Tue Sep  4 04:06:15 2007
New Revision: 572616

URL: http://svn.apache.org/viewvc?rev=572616&view=rev
Log:
checkstyle

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java?rev=572616&r1=572615&r2=572616&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java Tue Sep  4 04:06:15 2007
@@ -270,7 +270,7 @@
 
     /**
      * Execute the touch operation.
-     * 
+     *
      * @throws BuildException
      *             if an error occurs.
      */
@@ -344,7 +344,7 @@
             String[] mapped = fileNameMapper.mapFileName(r.getName());
             if (mapped != null && mapped.length > 0) {
                 long modTime = defaultTimestamp;
-                if (millis < 0 && r.isExists()){
+                if (millis < 0 && r.isExists()) {
                     modTime = r.getLastModified();
                 }
                 for (int i = 0; i < mapped.length; i++) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org