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
1 changed files with 1 additions and 0 deletions

View File

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