Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 11, 2025
1 parent 1b3c83f commit 2a9ca26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ private static void remove(final BaseGenericObjectPool<?>.Evictor evictor) {
* 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) {
Expand Down

0 comments on commit 2a9ca26

Please sign in to comment.