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:
Stephen Colebourne 2004-05-19 07:59:16 +00:00
parent f32d086782
commit 2666222cf4
1 changed files with 1 additions and 0 deletions

View File

@ -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>