This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 86ed42da5 Fix RandomStringUtils.random() false rejection of letters
and digits (#1703)
new 8ee047781 Javadoc
new 5fceb9271 Merge branch 'master' of
https://[email protected]/apache/commons-lang.git
new 2780ad699 Fix RandomStringUtils.random() false rejection of letters
and digits (#1703).
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 1 +
.../java/org/apache/commons/lang3/ArrayUtils.java | 2 +-
.../commons/lang3/RandomStringUtilsTest.java | 60 +++++++++++-----------
3 files changed, 32 insertions(+), 31 deletions(-)