You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/04/06 19:29:16 UTC

[jira] [Closed] (LANG-1071) Fix wrong examples in JavaDoc of StringUtils.replaceEachRepeatedly(...), StringUtils.replaceEach(...)

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

Benedikt Ritter closed LANG-1071.
---------------------------------

> Fix 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
>            Assignee: Benedikt Ritter
>            Priority: Minor
>             Fix For: 3.4
>
>         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)