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/24 11:38:01 UTC

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

Author: peterreilly
Date: Mon Sep 24 02:37:59 2007
New Revision: 578729

URL: http://svn.apache.org/viewvc?rev=578729&view=rev
Log:
trailing ws

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java?rev=578729&r1=578728&r2=578729&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java Mon Sep 24 02:37:59 2007
@@ -243,7 +243,7 @@
     }
 
     /**
-     * Removes the suffix from a given string, if the string contains 
+     * Removes the suffix from a given string, if the string contains
      * that suffix.
      * @param string String for check
      * @param suffix Suffix to remove
@@ -258,7 +258,7 @@
     }
 
     /**
-     * Removes the prefix from a given string, if the string contains 
+     * Removes the prefix from a given string, if the string contains
      * that prefix.
      * @param string String for check
      * @param prefix Prefix to remove



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