Author: markt
Date: Mon Sep  9 14:36:36 2013
New Revision: 1521142

URL: http://svn.apache.org/r1521142
Log:
Fix checkstyle warnings - whitespace

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=1521142&r1=1521141&r2=1521142&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Mon Sep  9 14:36:36 2013
@@ -274,12 +274,12 @@
          Example values are <code>SELECT 1</code>(mysql), <code>select 1 from 
dual</code>(oracle), <code>SELECT 1</code>(MS Sql Server)
       </p>
     </attribute>
-    
+
     <attribute name="validationQueryTimeout" required="false">
-      <p>(int) The timeout in seconds before a connection validation queries 
fail.  This works by calling 
+      <p>(int) The timeout in seconds before a connection validation queries 
fail.  This works by calling
          <code>java.sql.Statement.setQueryTimeout(seconds)</code> on the 
statement that executes the <code>validationQuery</code>.
-         The pool itself doesn't timeout the query, it is still up to the JDBC 
driver to enforce query timeouts. 
-         A value less than or equal to zero will disable this feature. 
+         The pool itself doesn't timeout the query, it is still up to the JDBC 
driver to enforce query timeouts.
+         A value less than or equal to zero will disable this feature.
          The default value is <code>-1</code>.
       </p>
     </attribute>



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

Reply via email to