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

svn commit: r1477514 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections4/collection/AbstractUntypedCollectionDecorator.java

Author: sebb
Date: Tue Apr 30 09:03:12 2013
New Revision: 1477514

URL: http://svn.apache.org/r1477514
Log:
COLLECTIONS-458 AbstractUntypedCollectionDecorator<E, D>  is not used

Removed:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/AbstractUntypedCollectionDecorator.java
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=1477514&r1=1477513&r2=1477514&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue Apr 30 09:03:12 2013
@@ -22,6 +22,9 @@
   <body>
 
   <release version="4.0" date="TBA" description="Next release">
+    <action issue="COLLECTIONS-458" dev="tn" type="delete">
+      AbstractUntypedCollectionDecorator<E, D>  is not used.
+    </action>
     <action issue="COLLECTIONS-456" dev="tn" type="add">
       Added method "ListUtils#longestCommonSubsequence(List, List)".
     </action>