You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2021/09/09 17:29:00 UTC

[tomcat] branch 8.5.x updated: Make checkstyle happy

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 <sc...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org