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 1d32d87  Javadoc.
1d32d87 is described below

commit 1d32d87291096756ab25a3c1d88d50720fdfc9eb
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Aug 23 09:04:02 2021 -0400

    Javadoc.
---
 .../org/apache/commons/dbcp2/datasources/CPDSConnectionFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/datasources/CPDSConnectionFactory.java 
b/src/main/java/org/apache/commons/dbcp2/datasources/CPDSConnectionFactory.java
index 9db55b9..333deb2 100644
--- 
a/src/main/java/org/apache/commons/dbcp2/datasources/CPDSConnectionFactory.java
+++ 
b/src/main/java/org/apache/commons/dbcp2/datasources/CPDSConnectionFactory.java
@@ -371,7 +371,7 @@ class CPDSConnectionFactory
      *
      * @param maxConnLifetimeMillis
      *            A value of zero or less indicates an infinite lifetime. The 
default value is -1.
-     * @deprecated Use {@link #setMaxConnLifetime(Duration)}.
+     * @deprecated Use {@link #setMaxConn(Duration)}.
      */
     @Deprecated
     public void setMaxConnLifetimeMillis(final long maxConnLifetimeMillis) {

Reply via email to