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 e468295fc Better release notes template new db64c0164 Remove cast new 4d0a42f6e Remove cast new 592f1b0f2 No need to nest new 4dcdf5e37 Use final new a67d0764b Use a method reference new b8d0a7fc3 Remove cast new 07e4cca7a Remove cast new 79a761815 Javadoc new 022030c55 Javadoc The 9 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: .../org/apache/commons/collections4/SetUtils.java | 7 ++++ .../commons/collections4/bidimap/TreeBidiMap.java | 43 ++++++++-------------- .../collections4/functors/AbstractPredicate.java | 7 ++++ .../functors/CatchAndRethrowClosure.java | 7 ++++ .../collections4/iterators/LazyIteratorChain.java | 7 ++++ .../collections4/map/AbstractIterableMap.java | 7 ++++ .../map/ConcurrentReferenceHashMap.java | 7 ++++ .../collections4/multiset/AbstractMultiSet.java | 9 ++++- .../collections4/properties/OrderedProperties.java | 7 ++++ .../commons/collections4/trie/KeyAnalyzer.java | 7 ++++ .../commons/collections4/ArrayStackTest.java | 10 ++--- .../collection/CompositeCollectionTest.java | 2 +- .../collections4/map/AbstractIterableMapTest.java | 4 +- .../collections4/map/AbstractSortedMapTest.java | 16 ++++---- .../commons/collections4/map/LRUMapTest.java | 2 +- .../multimap/UnmodifiableMultiValuedMapTest.java | 2 +- 16 files changed, 97 insertions(+), 47 deletions(-)