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

commit e6ab6936df70f14eeea50f88360acb79a5aeb098
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 29 07:51:29 2024 -0400

    Use Javadoc @link
---
 .../commons/dbcp2/datasources/InstanceKeyDataSource.java    | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java 
b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
index 63620952..4fd5ff29 100644
--- 
a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
+++ 
b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
@@ -1126,18 +1126,15 @@ public abstract class InstanceKeyDataSource implements 
DataSource, Referenceable
 
     /**
      * <p>
-     * Sets the maximum permitted lifetime of a connection in milliseconds. A 
value of zero or less indicates an
-     * infinite lifetime.
+     * Sets the maximum permitted lifetime of a connection in milliseconds. A 
value of zero or less indicates an infinite lifetime.
      * </p>
      * <p>
-     * Note: this method currently has no effect once the pool has been 
initialized. The pool is initialized the first
-     * time one of the following methods is invoked: <code>getConnection, 
setLogwriter,
-     * setLoginTimeout, getLoginTimeout, getLogWriter.</code>
+     * Note: this method currently has no effect once the pool has been 
initialized. The pool is initialized the first time one of the following 
methods is
+     * invoked: {@link #getConnection()}, {@link #setLogWriter(PrintWriter)}, 
{@link #setLoginTimeout(Duration)}, {@link #getLoginTimeoutDuration()},
+     * {@link #getLogWriter()}.
      * </p>
      *
-     * @param maxConnLifetimeMillis
-     *            The maximum permitted lifetime of a connection in 
milliseconds. A value of zero or less indicates an
-     *            infinite lifetime.
+     * @param maxConnLifetimeMillis The maximum permitted lifetime of a 
connection in milliseconds. A value of zero or less indicates an infinite 
lifetime.
      * @deprecated Use {@link #setMaxConnLifetime(Duration)}.
      */
     @Deprecated

Reply via email to