Close file created in constructor

bug 27737


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-03-17 21:14:10 +00:00
parent b31704e939
commit 90e7aafdc5

View File

@ -39,6 +39,7 @@ No interface changes, or deprecations have occurred.
<center><h3>BUG FIXES</h3></center> <center><h3>BUG FIXES</h3></center>
<ul> <ul>
<li>AbstractHashedMap subclasses failed to clone() correctly [27159]</li> <li>AbstractHashedMap subclasses failed to clone() correctly [27159]</li>
<li>ExtendedProperties - Close input stream in constructor [27737]</li>
</ul> </ul>
<center><h3>JAVADOC</h3></center> <center><h3>JAVADOC</h3></center>