Author: kkolinko
Date: Fri Dec 21 12:31:14 2012
New Revision: 1424894
URL: http://svn.apache.org/viewvc?rev=1424894&view=rev
Log:
Correct a pair of typos
Modified:
tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1424894&r1=1424893&r2=1424894&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Fri Dec 21 12:31:14 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: [email protected]
For additional commands, e-mail: [email protected]