This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 8f3cde3 Add junit for add, remove, setCount and entrySet in the
UnmodifiableMultiSetTest #95.
8f3cde3 is described below
commit 8f3cde34a916d7e95fa186f54df02611b16da630
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 30 09:06:48 2019 -0400
Add junit for add, remove, setCount and entrySet in the
UnmodifiableMultiSetTest #95.
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ccc5644..32e517e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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">