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 d9f2ff9 Bump actions/checkout from 2.3.4 to 2.3.5 #819.
new ce1ef40 Fix weird formatting.
new 8e1df6b Add ComparableUtils.max(A, A) and ComparableUtils.min(A, A).
The 2 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 | 3 +-
.../java/org/apache/commons/lang3/ObjectUtils.java | 4 ++
.../commons/lang3/compare/ComparableUtils.java | 36 +++++++++++++++
.../org/apache/commons/lang3/ObjectUtilsTest.java | 52 +++++++++++-----------
.../commons/lang3/compare/ComparableUtilsTest.java | 34 ++++++++++++++
5 files changed, 102 insertions(+), 27 deletions(-)