You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/02/05 01:52:06 UTC

svn commit: r1728581 - /commons/proper/dbcp/trunk/src/changes/changes.xml

Author: ggregory
Date: Fri Feb  5 00:52:06 2016
New Revision: 1728581

URL: http://svn.apache.org/viewvc?rev=1728581&view=rev
Log:
Typo "jmx" -> "JMX".

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=1728581&r1=1728580&r2=1728581&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Fri Feb  5 00:52:06 2016
@@ -65,7 +65,7 @@ The <action> type attribute can be add,u
       <action dev="psteitz" tyoe="fix" issue="DBCP-452">
         Add jmxName to properties set by BasicDataSourceFactory.  This
         enables container-managed pools created from JNDI Resource
-        definitions to enable JMX by supplying a valid root jmx name.  
+        definitions to enable JMX by supplying a valid root JMX name.  
       </action>
       <action dev="psteitz" type="fix" issue="DBCP-444">
         InvalidateConnection can result in closed connection returned by getConnection.