Author: markt
Date: Sun Aug 14 20:09:38 2011
New Revision: 1157634

URL: http://svn.apache.org/viewvc?rev=1157634&view=rev
Log:
POOL-155 has already been implemented. Add necessary info to the change log.

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=1157634&r1=1157633&r2=1157634&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Sun Aug 14 20:09:38 2011
@@ -51,8 +51,9 @@
     <action dev="markt" type="fix" issue="POOL-188" due-to="sebb">
       Remove confusing method PoolUtils.ErodingKeyedObjectPool.numIdle(K key).
     </action>
-    <action dev="markt" type="update">
-      Guard against multiple returns of the same object to the pool.
+    <action dev="markt" type="update" issue="POOL-155">
+      Guard against multiple returns of the same object to the pool and ensure
+      that only objects borrowed from the pool are returned to it.
     </action>
     <action dev="markt" type="fix" issue="POOL-150">
       Ensure GKOP.preparePool() throws an exception if no factory has been


Reply via email to