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 class StringUtils {
|
|||
* 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…
Reference in New Issue