This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit 988a8ebbcd9ece8acfdd11318497058368bbe76c Author: Mark Thomas <[email protected]> AuthorDate: Tue Oct 3 12:49:45 2023 +0100 Update Javadoc to reference non-deprecated method --- 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 4acf459a..f3a0bf08 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#getTimeBetweenEvictionRunsMillis()} + * {@link GenericObjectPool#getDurationBetweenEvictionRuns()} * to a positive number.</p> * * @return true if abandoned objects are to be removed by the evictor
