Skip to content

Commit 0ac0014

Browse files
committed
Javadoc: Fix double the
1 parent 5734fd6 commit 0ac0014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/pool3/impl/ResilientPooledObjectFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public Duration getTimeBetweenChecks() {
370370
}
371371

372372
/**
373-
* Gets the the time of the last factory outage recovery.
373+
* Gets the time of the last factory outage recovery.
374374
*
375375
* @return the time of the last factory outage recovery.
376376
*/
@@ -388,7 +388,7 @@ public boolean isAdderRunning() {
388388
}
389389

390390
/**
391-
* Tests whether the the monitor is running.
391+
* Tests whether the monitor is running.
392392
*
393393
* @return true if the monitor is running.
394394
*/

0 commit comments

Comments
 (0)