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:
Stephen Colebourne 2004-06-03 22:59:56 +00:00
parent f98c8827f6
commit f959880118
1 changed files with 0 additions and 1 deletions

View File

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