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 d768e13  Drop deprecated package private constructor.
d768e13 is described below

commit d768e13c8f6007b2c233359763a36f20f1fb84ec
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Jun 6 11:17:54 2021 -0400

    Drop deprecated package private constructor.
---
 .../commons/dbcp2/datasources/PooledConnectionAndInfo.java     | 10 ----------
 1 file changed, 10 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionAndInfo.java
 
b/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionAndInfo.java
index 04d3d51..6992dd9 100644
--- 
a/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionAndInfo.java
+++ 
b/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionAndInfo.java
@@ -46,16 +46,6 @@ final class PooledConnectionAndInfo {
     }
 
     /**
-     * Constructs a new instance.
-     *
-     * @deprecated Since 2.4.0
-     */
-    @Deprecated
-    PooledConnectionAndInfo(final PooledConnection pc, final String userName, 
final String userPassword) {
-        this(pc, userName, Utils.toCharArray(userPassword));
-    }
-
-    /**
      * Gets the pooled connection.
      *
      * @return

Reply via email to