Author: mbenson
Date: Wed Jul 16 10:22:51 2008
New Revision: 677351

URL: http://svn.apache.org/viewvc?rev=677351&view=rev
Log:
note on string trimming for length task

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Length.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Length.java?rev=677351&r1=677350&r2=677351&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Length.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Length.java Wed Jul 
16 10:22:51 2008
@@ -141,7 +141,7 @@
     }
 
     /**
-     * Set whether to trim in string mode.
+     * Set whether to trim in string mode. Default false.
      * @param trim <code>boolean</code>.
      */
     public synchronized void setTrim(boolean trim) {
@@ -149,7 +149,7 @@
     }
 
     /**
-     * Learn whether strings will be trimmed.
+     * Learn whether strings will be trimmed. Default false.
      * @return boolean trim setting.
      */
     public boolean getTrim() {


Reply via email to