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
The following commit(s) were added to refs/heads/master by this push:
new de1d8e38 Javadoc fixes
de1d8e38 is described below
commit de1d8e38ae77e9cee8b0f0a9e6d984c4a19db9ce
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:50:06 2023 -0500
Javadoc fixes
---
.../java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
b/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
index 62855aeb..dd96a6f4 100644
--- a/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
@@ -1422,7 +1422,7 @@ public abstract class BaseGenericObjectPool<T, E extends
Exception> extends Base
/**
* Sets the timeout that will be used when waiting for the Evictor to
shutdown if this pool is closed and it is the
- * only pool still using the the value for the Evictor.
+ * only pool still using the value for the Evictor.
*
* @param evictorShutdownTimeout the timeout in milliseconds that will be
used while waiting for the Evictor
* to shut down.
@@ -1434,7 +1434,7 @@ public abstract class BaseGenericObjectPool<T, E extends
Exception> extends Base
/**
* Sets the timeout that will be used when waiting for the Evictor to
shutdown if this pool is closed and it is the
- * only pool still using the the value for the Evictor.
+ * only pool still using the value for the Evictor.
*
* @param evictorShutdownTimeoutMillis the timeout in milliseconds that
will be used while waiting for the Evictor
* to shut down.