qed created LANG-1191:
-------------------------
Summary: 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
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)