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 2a9ca262 Javadoc
2a9ca262 is described below

commit 2a9ca2621f16a4832f17d44ed70dfdbed1138cb9
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 11 13:57:06 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java 
b/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
index 20170b36..2e4ba0bc 100644
--- a/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
+++ b/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
@@ -204,8 +204,8 @@ final class EvictionTimer {
      * server environments.
      *
      * @param task      Task to be scheduled.
-     * @param delay     Delay in milliseconds before task is executed.
-     * @param period    Time in milliseconds between executions.
+     * @param delay     Duration before task is executed.
+     * @param period    Duration between executions.
      */
     static synchronized void schedule(
             final BaseGenericObjectPool<?>.Evictor task, final Duration delay, 
final Duration period) {

Reply via email to