You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/08/08 16:25:28 UTC

svn commit: r1616776 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Author: markt
Date: Fri Aug  8 14:25:28 2014
New Revision: 1616776

URL: http://svn.apache.org/r1616776
Log:
Whitespace police

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=1616776&r1=1616775&r2=1616776&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Fri Aug  8 14:25:28 2014
@@ -170,16 +170,16 @@
       </attribute>
     </attributes>
   </subsection>
-  
+
   <subsection name="System Properties">
     <p>System properties are JVM wide, affect all pools created in the JVM</p>
     <attributes>
       <attribute name="org.apache.tomcat.jdbc.pool.onlyAttemptCurrentClassLoader" required="false">
-        <p>(boolean) Controls classloading of dynamic classes, such as 
-           jdbc drivers, interceptors and validators. If set to false, default value, 
+        <p>(boolean) Controls classloading of dynamic classes, such as
+           jdbc drivers, interceptors and validators. If set to false, default value,
            the pool will first attempt to load using the current loader and if class loading fails
            attempt to load using the thread context loader.
-           Set this value to try, if you wish to remain backwards compatible, 
+           Set this value to try, if you wish to remain backwards compatible,
            Apache Tomcat 8.0.8 and earlier, and only attempt the current loader.
            If not set then the default value is <code>false</code>.)
         </p>
@@ -609,8 +609,8 @@
     </p>
     <attributes>
       <attribute name="trace" required="false">
-        <p>(boolean as String) Enable tracing of unclosed statements. 
-           When enabled and a connection is closed, and statements are not closed, 
+        <p>(boolean as String) Enable tracing of unclosed statements.
+           When enabled and a connection is closed, and statements are not closed,
            the interceptor will log all stack traces.
            The default value is <code>false</code>.
         </p>



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