[
https://issues.apache.org/jira/browse/LANG-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arno Noordover updated LANG-1071:
---------------------------------
Attachment: javadoc.patch
Something like this?
> [lang] wrong examples in javadoc of StringUtils.replaceEachRepeatedly(...),
> StringUtils.replaceEach(...)
> --------------------------------------------------------------------------------------------------------
>
> Key: LANG-1071
> URL: https://issues.apache.org/jira/browse/LANG-1071
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.*
> Affects Versions: 3.3.2
> Reporter: Julian Ladisch
> Priority: Minor
> Fix For: Patch Needed
>
> Attachments: javadoc.patch
>
>
> StringUtils.replaceEachRepeatedly(*, *, *) has javadoc with examples of
> invokation of StringUtils.replaceEach(*, *, *):
> https://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java?revision=1639624&view=markup#l4588
> StringUtils.replaceEach(*, *, *, *, *) has javadoc with examples of
> invokation of StringUtils.StringUtils.replaceEach(*, *, *, *). Note different
> number of arguments.
> https://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java?revision=1639624&view=markup#l4639
> Please fix javadoc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)