[
https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brent Worden updated LANG-1191:
-------------------------------
Attachment: LANG-1191.diff
> Incorrect javadoc
> -----------------
>
> Key: LANG-1191
> URL: https://issues.apache.org/jira/browse/LANG-1191
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.*
> Affects Versions: 3.4
> Reporter: qed
> Priority: Minor
> Attachments: LANG-1191.diff
>
>
> Javadoc for boolean
> org.apache.commons.lang3.StringUtils.containsAny(CharSequence cs,
> CharSequence... searchCharSequences) says:
> StringUtils.containsAny("abcd", "ab", "cd") = false
> which is not true. It should be:
> StringUtils.containsAny("abcd", "ab", "cd") = true
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)