You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/30 22:14:40 UTC

svn commit: r1477807 - /commons/proper/collections/trunk/src/changes/changes.xml

Author: tn
Date: Tue Apr 30 20:14:39 2013
New Revision: 1477807

URL: http://svn.apache.org/r1477807
Log:
Updated description.

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=1477807&r1=1477806&r2=1477807&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue Apr 30 20:14:39 2013
@@ -23,7 +23,7 @@
 
   <release version="4.0" date="TBA" description="Next release">
     <action issue="COLLECTIONS-458" dev="sebb" type="remove">
-      "AbstractUntypedCollectionDecorator&lt;E, D&gt;" is not used.
+      Removed unused class "AbstractUntypedCollectionDecorator&lt;E, D&gt;".
     </action>
     <action issue="COLLECTIONS-456" dev="tn" type="add">
       Added methods "ListUtils#longestCommonSubsequence(...)" to get the longest common subsequence