Handle multiple keys better,

bug reported by Wolfgang Hoschek


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-22 21:26:52 +00:00
parent cbfd9aba68
commit ce5177e51a
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regar
<li>Map/BidiMap implementations only checked key and not value in entry set contains(Object) and remove(Object)</li>
<li>AbstractHashedMap subclasses failed to clone() correctly [27159]</li>
<li>ExtendedProperties - Close input stream in constructor [27737]</li>
<li>ExtendedProperties - Handle comma separated data in multiple keys</li>
<li>Flat3Map - Handle infinite loops in toString</li>
<li>LRUMap - The removeLRU() method was passed the wrong LinkEntry [28433]</li>
<li>EnumIterator/MapUtils - Changed enum references to enable JDK 1.5 compliance</li>