Reinstate FixedSizeSortedMap superclass to avoid binary incompatibility
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f98c8827f6
commit
f959880118
|
@ -27,7 +27,6 @@ No deprecations have occurred.
|
|||
<center><h3>COMPATABILITY</h3></center>
|
||||
<ul>
|
||||
<li>ReferenceMap - No longer extends AbstractMap, only an issue if you previously cast to AbstractMap</li>
|
||||
<li>FixedSizeSortedMap - No longer extends AbstractSortedMapDecorator, only an issue if you previously cast to AbstractSortedMapDecorator</li>
|
||||
</ul>
|
||||
|
||||
<center><h3>NEW CLASSES</h3></center>
|
||||
|
|
Loading…
Reference in New Issue