You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/08/11 01:21:44 UTC

svn commit: r1617179 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Author: kkolinko
Date: Sun Aug 10 23:21:43 2014
New Revision: 1617179

URL: http://svn.apache.org/r1617179
Log:
Fix missing trailing stop in a sentence.

Modified:
    tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

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=1617179&r1=1617178&r2=1617179&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 Sun Aug 10 23:21:43 2014
@@ -654,7 +654,7 @@
         </p>
       </attribute>
       <attribute name="maxQueries" required="false">
-        <p>(int as String) The maximum number of queries to keep track of in order to preserve memory space
+        <p>(int as String) The maximum number of queries to keep track of in order to preserve memory space.
            The default value is <code>1000</code>.
         </p>
       </attribute>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org