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-collections.git
from 65ce14b75 Fix test: compute if present is a put.
new 563034f78 Javadoc
new a685fae36 Complete AbstractMapTest.testMapComputeIfPresent()
implementation
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:
.../commons/collections4/AbstractObjectTest.java | 2 +-
.../commons/collections4/bag/AbstractBagTest.java | 2 +-
.../collections4/bidimap/AbstractBidiMapTest.java | 2 +-
.../bidimap/AbstractOrderedBidiMapTest.java | 2 +-
.../bidimap/AbstractSortedBidiMapTest.java | 2 +-
.../collection/AbstractCollectionTest.java | 2 +-
.../collections4/list/AbstractListTest.java | 2 +-
.../collections4/map/AbstractIterableMapTest.java | 2 +-
.../commons/collections4/map/AbstractMapTest.java | 67 ++++++++++++----------
.../collections4/map/AbstractOrderedMapTest.java | 2 +-
.../collections4/map/AbstractSortedMapTest.java | 2 +-
.../collections4/map/UnmodifiableMapTest.java | 3 +-
.../collections4/queue/AbstractQueueTest.java | 2 +-
.../collections4/set/AbstractNavigableSetTest.java | 2 +-
.../commons/collections4/set/AbstractSetTest.java | 2 +-
.../collections4/set/AbstractSortedSetTest.java | 2 +-
16 files changed, 52 insertions(+), 46 deletions(-)