Author: psteitz
Date: Mon Feb 16 20:04:04 2015
New Revision: 1660192
URL: http://svn.apache.org/r1660192
Log:
Eliminated duplicate entry incorrectly added in r659742.
Modified:
commons/proper/dbcp/trunk/src/changes/changes.xml
Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1660192&r1=1660191&r2=1660192&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Mon Feb 16 20:04:04 2015
@@ -111,10 +111,6 @@ The <action> type attribute can be add,u
Setting jmxName to null should suppress JMX registration of connection
and statement pools.
</action>
- <action issue="DBCP-412" dev="psteitz" type="update">
- Added check to make sure that the PoolingConnectionFactory associated
with
- a PoolingDataSource is correctly linked with its owning pool.
- </action>
<action dev="psteitz" type="update">
Eliminated synchronization in BasicDataSource getNumActive, getNumIdle
methods.
</action>