This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit 0ac0014128c978b29780f8d1098dedb13abec9f6 Author: Gary Gregory <[email protected]> AuthorDate: Fri Dec 26 16:20:07 2025 -0500 Javadoc: Fix double the --- .../org/apache/commons/pool3/impl/ResilientPooledObjectFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/pool3/impl/ResilientPooledObjectFactory.java b/src/main/java/org/apache/commons/pool3/impl/ResilientPooledObjectFactory.java index e7d0190d..4d36c6e4 100644 --- a/src/main/java/org/apache/commons/pool3/impl/ResilientPooledObjectFactory.java +++ b/src/main/java/org/apache/commons/pool3/impl/ResilientPooledObjectFactory.java @@ -370,7 +370,7 @@ public class ResilientPooledObjectFactory<T, E extends Exception> implements Poo } /** - * Gets the the time of the last factory outage recovery. + * Gets the time of the last factory outage recovery. * * @return the time of the last factory outage recovery. */ @@ -388,7 +388,7 @@ public class ResilientPooledObjectFactory<T, E extends Exception> implements Poo } /** - * Tests whether the the monitor is running. + * Tests whether the monitor is running. * * @return true if the monitor is running. */
