Browse Source

trailing ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@578729 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
1ff87364e9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/util/StringUtils.java

+ 2
- 2
src/main/org/apache/tools/ant/util/StringUtils.java View File

@@ -243,7 +243,7 @@ public final class StringUtils {
}

/**
* 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 @@ public final class StringUtils {
}

/**
* 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


Loading…
Cancel
Save