This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new 069a1be7 Fix Javadoc typos
069a1be7 is described below
commit 069a1be7aa1c07f13df37d477055455b9de31f01
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 14:39:41 2026 -0500
Fix Javadoc typos
---
src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
index 9bbfd41c..c1604f30 100644
--- a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
@@ -57,7 +57,7 @@ import org.apache.commons.pool2.UsageTracking;
* {@link #preparePool preparePool}, {@link #addObject addObject} or
* {@link #borrowObject borrowObject} methods. Each time a new key value is
* provided to one of these methods, a sub-new pool is created under the given
- * key to be managed by the containing {@code GenericKeyedObjectPool.}
+ * key to be managed by the containing {@code GenericKeyedObjectPool}.
* </p>
* <p>
* Note that the current implementation uses a ConcurrentHashMap which uses