Skip to content

Commit 2a9ca26

Browse files
committed
Javadoc
1 parent 1b3c83f commit 2a9ca26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ private static void remove(final BaseGenericObjectPool<?>.Evictor evictor) {
204204
* server environments.
205205
*
206206
* @param task Task to be scheduled.
207-
* @param delay Delay in milliseconds before task is executed.
208-
* @param period Time in milliseconds between executions.
207+
* @param delay Duration before task is executed.
208+
* @param period Duration between executions.
209209
*/
210210
static synchronized void schedule(
211211
final BaseGenericObjectPool<?>.Evictor task, final Duration delay, final Duration period) {

0 commit comments

Comments
 (0)