Author: kkolinko Date: Tue Nov 22 13:28:20 2011 New Revision: 1204984 URL: http://svn.apache.org/viewvc?rev=1204984&view=rev Log: Followup to r1204203: fix trailing whitespaces in jdbc-pool.xml, as nagged by checkstyle
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=1204984&r1=1204983&r2=1204984&view=diff ============================================================================== --- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original) +++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Tue Nov 22 13:28:20 2011 @@ -417,12 +417,12 @@ </p> </attribute> <attribute name="rollbackOnReturn" required="false"> - <p>(boolean) If <code>autoCommit==false</code> then the pool can terminate the transaction by calling rollback on the connection as it is returned to the pool + <p>(boolean) If <code>autoCommit==false</code> then the pool can terminate the transaction by calling rollback on the connection as it is returned to the pool Default value is <code>false</code>.<br/> </p> </attribute> <attribute name="commitOnReturn" required="false"> - <p>(boolean) If <code>autoCommit==false</code> then the pool can complete the transaction by calling commit on the connection as it is returned to the pool + <p>(boolean) If <code>autoCommit==false</code> then the pool can complete the transaction by calling commit on the connection as it is returned to the pool If <code>rollbackOnReturn==true</code> then this attribute is ignored. Default value is <code>false</code>.<br/> </p> @@ -518,14 +518,14 @@ <subsection name="org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor"> <p>Automatically calls java.sql.Statement.setQueryTimeout(seconds) when a new statement is created. The pool itself doesn't timeout the query, it is still up to the JDBC driver to enforce query timeouts. - </p> + </p> <attributes> <attribute name="queryTimeout" required="true"> <p>(int as String) The number of seconds to set for the query timeout The default value is <code>1000</code> milliseconds. </p> </attribute> - </attributes> + </attributes> </subsection> <subsection name="org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport"> <p>Keeps track of query performance and issues log entries when queries exceed a time threshold of fail. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org