Add junit for add, remove, setCount and entrySet in the

UnmodifiableMultiSetTest #95.
This commit is contained in:
Gary Gregory 2019-10-30 09:06:48 -04:00
parent 5db17ee055
commit 8f3cde34a9
1 changed files with 4 additions and 1 deletions

View File

@ -42,9 +42,12 @@
<action issue="COLLECTIONS-704" dev="ggregory" type="update" due-to="dota17">
Update size to capacity for GrowthList #90.
</action>
<action dev="ggregory" type="update" due-to="dota17">
<action dev="ggregory" type="add" due-to="dota17">
Test subMap and tailMap #94.
</action>
<action dev="ggregory" type="add" due-to="dota17">
Add junit for add, remove, setCount and entrySet in the UnmodifiableMultiSetTest #95.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">