UnmodifiableSortedBag - Fix to ensure unmodifiable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2182a43da2
commit
45f6b5b217
|
@ -73,6 +73,7 @@ No interface changes, or deprecations have occurred.
|
|||
<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>
|
||||
<li>UnmodifiableSortedBag - Fix to ensure unmodifiable</li>
|
||||
</ul>
|
||||
|
||||
<center><h3>JAVADOC</h3></center>
|
||||
|
|
Loading…
Reference in New Issue