mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 21:15:05 +00:00
LANG-581 - Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@899231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86e893cc6d
commit
9a5da72bbf
@ -3476,7 +3476,7 @@ public static String removeEnd(String str, String remove) {
|
||||
* StringUtils.removeEnd(null, *) = null
|
||||
* StringUtils.removeEnd("", *) = ""
|
||||
* StringUtils.removeEnd(*, null) = *
|
||||
* StringUtils.removeEnd("www.domain.com", ".com.") = "www.domain.com."
|
||||
* StringUtils.removeEnd("www.domain.com", ".com.") = "www.domain.com"
|
||||
* StringUtils.removeEnd("www.domain.com", ".com") = "www.domain"
|
||||
* StringUtils.removeEnd("www.domain.com", "domain") = "www.domain.com"
|
||||
* StringUtils.removeEnd("abc", "") = "abc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user