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 3fa9e32 [COLLECTIONS-679] Using existing class in example given in
Javadocs. #85.
3fa9e32 is described below
commit 3fa9e323af135b489f9f15ea161ee065d8a71897
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 25 10:45:43 2019 -0400
[COLLECTIONS-679] Using existing class in example given in Javadocs.
#85.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e13d4cb..2a122cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
<action issue="COLLECTIONS-727" dev="ggregory" type="fix"
due-to="XiangzheXu, XZ-X">
A potential misleading comment #82.
</action>
+ <action issue="COLLECTIONS-679" dev="ggregory" type="fix" due-to="David
Mollitor, Mikko Maunu">
+ Using existing class in example given in Javadocs. #85.
+ </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">