diff --git a/src/main/org/apache/tools/ant/taskdefs/Length.java b/src/main/org/apache/tools/ant/taskdefs/Length.java index b7685216d..37c6b7935 100755 --- a/src/main/org/apache/tools/ant/taskdefs/Length.java +++ b/src/main/org/apache/tools/ant/taskdefs/Length.java @@ -141,7 +141,7 @@ public class Length extends Task implements Condition { } /** - * Set whether to trim in string mode. + * Set whether to trim in string mode. Default false. * @param trim boolean. */ public synchronized void setTrim(boolean trim) { @@ -149,7 +149,7 @@ public class Length extends Task implements Condition { } /** - * Learn whether strings will be trimmed. + * Learn whether strings will be trimmed. Default false. * @return boolean trim setting. */ public boolean getTrim() {