We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3c83f commit 2a9ca26Copy full SHA for 2a9ca26
src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
@@ -204,8 +204,8 @@ private static void remove(final BaseGenericObjectPool<?>.Evictor evictor) {
204
* server environments.
205
*
206
* @param task Task to be scheduled.
207
- * @param delay Delay in milliseconds before task is executed.
208
- * @param period Time in milliseconds between executions.
+ * @param delay Duration before task is executed.
+ * @param period Duration between executions.
209
*/
210
static synchronized void schedule(
211
final BaseGenericObjectPool<?>.Evictor task, final Duration delay, final Duration period) {
0 commit comments