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 80b944a79 org.apache.commons.lang3.mutable.Mutable now extends Supplier
new 85b15c62f Add missing test per JaCoCo test coverage
new 514d39dc6 Javadoc
new d6b7a47e8 Rename test method to match method under test
new a71c05e94 Add missing test per JaCoCo test coverage
new 9f0f6f867 Add missing test per JaCoCo test coverage
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:
.../apache/commons/lang3/tuple/ImmutablePair.java | 4 +-
.../commons/lang3/tuple/ImmutableTriple.java | 73 +++++++++++-----------
.../apache/commons/lang3/tuple/MutablePair.java | 56 ++++++++---------
.../apache/commons/lang3/tuple/MutableTriple.java | 64 +++++++++----------
.../java/org/apache/commons/lang3/tuple/Pair.java | 62 +++++++++---------
.../org/apache/commons/lang3/tuple/Triple.java | 68 ++++++++++----------
.../commons/lang3/mutable/MutableObjectTest.java | 3 +-
.../commons/lang3/tuple/ImmutablePairTest.java | 1 +
.../commons/lang3/tuple/ImmutableTripleTest.java | 40 ++++++------
9 files changed, 189 insertions(+), 182 deletions(-)