This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 6cf0236d4 Update tag in POM for the next release
new 064de4951 Javadoc: Better parameter names
new 096b05e89 Make Failable.run(FailableRunnable) null-safe
new 7895a1a8d Make Failable.accept(*) null-safe
new 336ace2e1 Javadoc: Add examples to
StringUtils.containsWhitespace(CharSequence)
new e53ac0329 Use final
The 5 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 | 2 +
.../java/org/apache/commons/lang3/StringUtils.java | 92 +++++++++++++---------
.../lang3/concurrent/locks/LockingVisitors.java | 10 +--
.../apache/commons/lang3/function/Failable.java | 44 +++++++----
.../lang3/function/FailableFunctionsTest.java | 1 +
5 files changed, 86 insertions(+), 63 deletions(-)