Author: kkolinko Date: Fri Dec 21 12:57:28 2012 New Revision: 1424904 URL: http://svn.apache.org/viewvc?rev=1424904&view=rev Log: Merged revision 1424894 from tomcat/trunk: Correct a pair of typos
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1424894 Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1424904&r1=1424903&r2=1424904&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original) +++ tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Fri Dec 21 12:57:28 2012 @@ -309,11 +309,11 @@ <attribute name="accessToUnderlyingConnectionAllowed" required="false"> <p>(boolean) Property not used. Access can be achieved by calling <code>unwrap</code> on the pooled connection. see <code>javax.sql.DataSource</code> interface, or call <code>getConnection</code> through reflection or - or cast the object as <code>javax.sql.PooledConnection</code></p> + cast the object as <code>javax.sql.PooledConnection</code></p> </attribute> <attribute name="removeAbandoned" required="false"> - <p>(boolean) Flag to remove abandoned connections if they exceed the <code>removeAbandonedTimout</code>. + <p>(boolean) Flag to remove abandoned connections if they exceed the <code>removeAbandonedTimeout</code>. If set to true a connection is considered abandoned and eligible for removal if it has been in use longer than the <code>removeAbandonedTimeout</code> Setting this to <code>true</code> can recover db connections from applications that fail to close a connection. See also <code>logAbandoned</code> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org