Browse Source

note on string trimming for length task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677351 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
ae13bd8798
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Length.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/Length.java View File

@@ -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 <code>boolean</code>. * @param trim <code>boolean</code>.
*/ */
public synchronized void setTrim(boolean trim) { 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. * @return boolean trim setting.
*/ */
public boolean getTrim() { public boolean getTrim() {


Loading…
Cancel
Save