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 4b99af5eb Add null-safe Consumers.accept() and Functions.apply() #1215 new a37e8de04 Sort members new 4c1cbdbb8 Flip args on new API new 35cc96c75 Javadoc new e9bd18323 Simplify test and add missing cases new 074fbefa5 Simplify test and add missing cases new 28e826894 Remove trailing whitespace The 6 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: .../java/org/apache/commons/lang3/JavaVersion.java | 10 +++--- .../org/apache/commons/lang3/SystemProperties.java | 28 +++++++-------- .../apache/commons/lang3/function/Consumers.java | 30 ++++++++-------- .../apache/commons/lang3/function/Functions.java | 30 ++++++++-------- .../commons/lang3/StringUtilsTrimStripTest.java | 8 ++--- .../commons/lang3/function/ConsumersTest.java | 41 +++++++--------------- .../commons/lang3/function/FunctionsTest.java | 21 ++++++----- .../apache/commons/lang3/math/NumberUtilsTest.java | 8 ++--- 8 files changed, 83 insertions(+), 93 deletions(-)