This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 756ac12  Remove obsolete comment
756ac12 is described below

commit 756ac126541116af062f4a7fde71d32cb29575a9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 2 15:43:19 2021 +0100

    Remove obsolete comment
---
 src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java 
b/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java
index af723c2..40d2c1c 100644
--- a/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java
+++ b/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java
@@ -253,5 +253,4 @@ public class PoolingDataSource<C extends Connection> 
implements DataSource, Auto
         }
         throw new SQLException(this + " is not a wrapper for " + iface);
     }
-    /* JDBC_4_ANT_KEY_END */
 }

Reply via email to