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:
parent
087067d581
commit
fafb1135a1
|
@ -4381,7 +4381,7 @@ public class StringUtils {
|
|||
* @param str the String to chomp from, may be null
|
||||
* @param separator separator String, may be null
|
||||
* @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
|
||||
public static String chomp(String str, String separator) {
|
||||
|
|
Loading…
Reference in New Issue