Author: tn
Date: Tue Jul 31 18:22:28 2012
New Revision: 1367700
URL: http://svn.apache.org/viewvc?rev=1367700&view=rev
Log:
[COLLECTIONS-231] Add to changes.xml.
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=1367700&r1=1367699&r2=1367700&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue Jul 31
18:22:28 2012
@@ -22,6 +22,10 @@
<body>
<release version="4.0" date="TBA" description="Next release">
+ <action issue="COLLECTIONS-231" dev="tn" type="fix" due-to="Torsten Curdt">
+ Return concrete class in static factory methods instead of base class
interface
+ (except for Unmodifiable decorators).
+ </action>
<action issue="COLLECTIONS-379" dev="tn" type="fix" due-to="Shin Hwei Tan">
Fixed javadoc for several methods wrt expected NullPointerExceptions.
</action>