This is an automated email from the ASF dual-hosted git repository.
ggregory 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 e89660cc Format nit
e89660cc is described below
commit e89660cc77370f12c61d33f5c690f7812d4649ae
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 10 16:29:32 2022 -0400
Format nit
---
src/main/java/org/apache/commons/dbcp2/PoolingDriver.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/java/org/apache/commons/dbcp2/PoolingDriver.java
b/src/main/java/org/apache/commons/dbcp2/PoolingDriver.java
index 7a683553..b4a41388 100644
--- a/src/main/java/org/apache/commons/dbcp2/PoolingDriver.java
+++ b/src/main/java/org/apache/commons/dbcp2/PoolingDriver.java
@@ -241,6 +241,7 @@ public class PoolingDriver implements Driver {
protected boolean isAccessToUnderlyingConnectionAllowed() {
return accessToUnderlyingConnectionAllowed;
}
+
@Override
public boolean jdbcCompliant() {
return true;