You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2010/02/25 22:00:28 UTC

[jira] Updated: (LANG-581) Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()

     [ https://issues.apache.org/jira/browse/LANG-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton updated LANG-581:
---------------------------------

    Affects Version/s:     (was: 3.0)
        Fix Version/s:     (was: 3.0)
                       2.5

> Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()
> ------------------------------------------------------------------------
>
>                 Key: LANG-581
>                 URL: https://issues.apache.org/jira/browse/LANG-581
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 2.4
>         Environment: Online document
>            Reporter: wangcee
>            Assignee: Sebb
>            Priority: Trivial
>             Fix For: 2.5
>
>
> the org.apache.commons.lang.StringUtils online document 
> http://commons.apache.org/lang/api-release/org/apache/commons/lang/StringUtils.html#removeEndIgnoreCase%28java.lang.String,%20java.lang.String%29
> at removeEndIgnoreCase()  description, there is one line 
> StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com."
> it should be 
> StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.