Clarify deprecation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1163586 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-08-31 11:41:10 +00:00
parent 087067d581
commit fafb1135a1
1 changed files with 1 additions and 1 deletions

View File

@ -4381,7 +4381,7 @@ public class StringUtils {
* @param str the String to chomp from, may be null * @param str the String to chomp from, may be null
* @param separator separator String, may be null * @param separator separator String, may be null
* @return String without trailing separator, {@code null} if null String input * @return String without trailing separator, {@code null} if null String input
* @deprecated This feature will be removed in Lang 4.0 * @deprecated This feature will be removed in Lang 4.0, use {@link StringUtils#removeEnd(String, String)} instead
*/ */
@Deprecated @Deprecated
public static String chomp(String str, String separator) { public static String chomp(String str, String separator) {