Tests in org.apache.commons.collections4.multimap should not depend on
map iteration order, see also #429.
This commit is contained in:
parent
a6668768bf
commit
2d65b844b5
|
@ -206,6 +206,9 @@
|
||||||
<action dev="ggregory" type="fix" due-to="Gary Gregory">
|
<action dev="ggregory" type="fix" due-to="Gary Gregory">
|
||||||
Deprecate IterableUtils 0-argument constructor.
|
Deprecate IterableUtils 0-argument constructor.
|
||||||
</action>
|
</action>
|
||||||
|
<action issue="COLLECTIONS-850" dev="ggregory" type="fix" due-to="Gary Gregory, Anirudh Madhavan">
|
||||||
|
Tests in org.apache.commons.collections4.multimap should not depend on map iteration order, see also #429.
|
||||||
|
</action>
|
||||||
<!-- ADD -->
|
<!-- ADD -->
|
||||||
<action issue="COLLECTIONS-843" dev="ggregory" type="add" due-to="Claude Warren, Alex Herbert, Gary Gregory">
|
<action issue="COLLECTIONS-843" dev="ggregory" type="add" due-to="Claude Warren, Alex Herbert, Gary Gregory">
|
||||||
Implement Layered Bloom filter #402.
|
Implement Layered Bloom filter #402.
|
||||||
|
|
Loading…
Reference in New Issue