Author: markt
Date: Mon Feb 10 11:02:44 2014
New Revision: 1566580
URL: http://svn.apache.org/r1566580
Log:
Correct bug ID
Modified:
commons/proper/pool/trunk/src/changes/changes.xml
Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1566580&r1=1566579&r2=1566580&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Mon Feb 10 11:02:44 2014
@@ -45,7 +45,7 @@ The <action> type attribute can be add,u
<body>
<release version="2.2" date="TBD" description=
"TBD">
- <action issue="POOL-258" dev="markt" type="fix" due-to="Warren Chen">
+ <action issue="POOL-248" dev="markt" type="fix" due-to="Warren Chen">
Ensure that if an attempt is made to return an object multiple times that
the current active and idle object counts are not corrupted.
</action>