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 064530e1e Reuse IteratorUtils.chainedIterator(Iterator) new 2d0b85ac6 COLLECTIONS-871 Added LinkedHashSetValuedLinkedHashMap new 53b84f99d Adjust Javadoc since tag new 59a602cd8 (imports) ImportOrder: Wrong order for 'java.util.LinkedHashMap' import. The 3 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 => LinkedHashSetValuedLinkedHashMap.java} | 44 ++++++++++----------- .../multimap/HashSetValuedHashMapTest.java | 4 +- ...a => LinkedHashSetValuedLinkedHashMapTest.java} | 33 +++++++++------- ...uedLinkedHashMap.emptyCollection.version4.5.obj | Bin 0 -> 126 bytes ...luedLinkedHashMap.fullCollection.version4.5.obj | Bin 0 -> 20896 bytes 5 files changed, 43 insertions(+), 38 deletions(-) copy src/main/java/org/apache/commons/collections4/multimap/{HashSetValuedHashMap.java => LinkedHashSetValuedLinkedHashMap.java} (71%) copy src/test/java/org/apache/commons/collections4/multimap/{HashSetValuedHashMapTest.java => LinkedHashSetValuedLinkedHashMapTest.java} (82%) create mode 100644 src/test/resources/org/apache/commons/collections4/data/test/LinkedHashSetValuedLinkedHashMap.emptyCollection.version4.5.obj create mode 100644 src/test/resources/org/apache/commons/collections4/data/test/LinkedHashSetValuedLinkedHashMap.fullCollection.version4.5.obj