GitHub user nickbarban opened a pull request:

    https://github.com/apache/commons-lang/pull/310

    A small mistake in javadoc description.

    Javadoc says that:
    `StringUtils.getDigits("1123~45") = "12345"`
    but really:
    `StringUtils.getDigits("1123~45") = "112345"`
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nickbarban/commons-lang master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/310.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #310
    
----
commit 46995be3862dfa312dbf590744941ba6544a9295
Author: nbarban <nbarban@...>
Date:   2017-12-20T10:14:59Z

    A small mistake in javadoc description.

----


---

Reply via email to