Author: markt
Date: Mon Jan 4 19:44:38 2016
New Revision: 1722950
URL: http://svn.apache.org/viewvc?rev=1722950&view=rev
Log:
Fix remaining Javadoc warning for tests
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestJdbcInterceptorConfigParsing.java
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestJdbcInterceptorConfigParsing.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestJdbcInterceptorConfigParsing.java?rev=1722950&r1=1722949&r2=1722950&view=diff
==============================================================================
---
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestJdbcInterceptorConfigParsing.java
(original)
+++
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestJdbcInterceptorConfigParsing.java
Mon Jan 4 19:44:38 2016
@@ -105,13 +105,11 @@ public class TestJdbcInterceptorConfigPa
assertEquals(emptyParmValProps.get("parm1").getValue(), "");
}
- /**
+ /*
* Some of these should probably be handled more cleanly by the parser,
but a few known
* exception scenarios are presented here just to document current
behavior. In many cases
* failure in parsing will just be propagated to a definition that will
fail later
* when instantiated. Should we be failing faster (and with more detail)?
- *
- * @throws Exception
*/
@Test
public void testExceptionOrNot() throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]