Author: tn
Date: Mon Apr 22 21:17:31 2013
New Revision: 1470721
URL: http://svn.apache.org/r1470721
Log:
Format change entry.
Modified:
commons/proper/collections/trunk/src/changes/changes.xml
Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1470721&r1=1470720&r2=1470721&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Mon Apr 22
21:17:31 2013
@@ -312,8 +312,9 @@
<action issue="COLLECTIONS-182" dev="mbenson" type="update" due-to="Jim
Cakalic">
"CollectionUtils#forAllDo(Collection, Closure)" now returns the provided
closure.
</action>
- <action
issue="COLLECTIONS-110,COLLECTIONS-243,COLLECTION-245,COLLECTIONS-247,COLLECTIONS-253,COLLECTIONS-273,COLLECTIONS-282"
dev="multiple" type="update">
- Support generic versions of classes in collections.
+ <action
issue="COLLECTIONS-110,COLLECTIONS-243,COLLECTION-245,COLLECTIONS-247,
+ COLLECTIONS-253,COLLECTIONS-273,COLLECTIONS-282"
dev="multiple" type="update">
+ Make generic versions of all classes in collections.
</action>
<action issue="COLLECTIONS-8" dev="brentworden" type="add" due-to="Rune
Peter Bjørnstad">
Added class "ComparatorPredicate".