Fix MultiHashMap
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f32d086782
commit
2666222cf4
|
@ -83,6 +83,7 @@ No deprecations have occurred.
|
|||
<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>
|
||||
<li>UnmodifiableSortedBag - Fix to ensure unmodifiable</li>
|
||||
<li>MultiHashMap - Fix copy constructor and clone to work properly [28972]</li>
|
||||
</ul>
|
||||
|
||||
<center><h3>JAVADOC</h3></center>
|
||||
|
|
Loading…
Reference in New Issue