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

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 22a4b54c Javadoc fix
22a4b54c is described below

commit 22a4b54c861198601295553b772219e71e179df5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 17 09:52:26 2023 -0400

    Javadoc fix
---
 src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java 
b/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java
index 5b86a151..4acf459a 100644
--- a/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java
+++ b/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java
@@ -167,7 +167,7 @@ public class AbandonedConfig {
      * <p>If set to true, abandoned objects are removed by the pool
      * maintenance thread when it runs.  This setting has no effect
      * unless maintenance is enabled by setting
-     *{@link GenericObjectPool#getDurationBetweenEvictionRuns() 
durationBetweenEvictionRuns}
+     * {@link GenericObjectPool#getTimeBetweenEvictionRunsMillis()}
      * to a positive number.</p>
      *
      * @return true if abandoned objects are to be removed by the evictor

Reply via email to