This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new c021fd8 Make checkstyle happy c021fd8 is described below commit c021fd8af4c6f94a98171fc35680e95cd5eea2da Author: schultz <schu...@apache.org> AuthorDate: Thu Sep 9 10:28:46 2021 -0700 Make checkstyle happy --- java/org/apache/tomcat/dbcp/dbcp2/DelegatingConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/dbcp/dbcp2/DelegatingConnection.java b/java/org/apache/tomcat/dbcp/dbcp2/DelegatingConnection.java index 783c61a..2d82680 100644 --- a/java/org/apache/tomcat/dbcp/dbcp2/DelegatingConnection.java +++ b/java/org/apache/tomcat/dbcp/dbcp2/DelegatingConnection.java @@ -240,7 +240,7 @@ public class DelegatingConnection<C extends Connection> extends AbandonedTrace i /** * Handles the given exception by throwing it. - * + * * @param e the exception to throw. * @throws SQLException the exception to throw. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org