You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Martin Schröder (Jira)" <ji...@apache.org> on 2021/07/01 21:09:00 UTC

[jira] [Created] (LANG-1664) Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int

Martin Schröder created LANG-1664:
-------------------------------------

             Summary: Javadoc for StringUtils.substringBefore(String str,  int separator) doesn't mention that the separator is an int
                 Key: LANG-1664
                 URL: https://issues.apache.org/jira/browse/LANG-1664
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.*
    Affects Versions: 3.12.0
            Reporter: Martin Schröder


The javadoc of {{StringUtils.substringBefore(String str,  int separator)}} talks of the separator as a String, not as an int (and so doesn't explain what the separator param is).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)