You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/06/06 04:13:38 UTC

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

Author: kevj
Date: Tue Jun  5 19:13:38 2007
New Revision: 544708

URL: http://svn.apache.org/viewvc?view=rev&rev=544708
Log:
-remove unused import

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Truncate.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Truncate.java?view=diff&rev=544708&r1=544707&r2=544708
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Truncate.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Truncate.java Tue Jun  5 19:13:38 2007
@@ -29,7 +29,6 @@
 import org.apache.tools.ant.types.ResourceCollection;
 import org.apache.tools.ant.types.resources.FileResource;
 import org.apache.tools.ant.util.FileUtils;
-import org.apache.tools.ant.util.StringUtils;
 
 /**
  * Set the length of one or more files, as the intermittently available
@@ -200,4 +199,4 @@
         return path;
     }
 
-}
+}
\ No newline at end of file



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