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 84cbe20a Fix Javadoc typos
84cbe20a is described below
commit 84cbe20a815e34aa5b21551c7d0d5a7cc9c1abe8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 14:35:53 2026 -0500
Fix Javadoc typos
---
.../java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 87b9d96b..9bbfd41c 100644
--- a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
@@ -1408,7 +1408,7 @@ public class GenericKeyedObjectPool<K, T> extends
BaseGenericObjectPool<T>
* {@inheritDoc}
* <p>
* Activation of this method decrements the active count associated with
- * the given keyed pool and attempts to destroy {@code obj.}
+ * the given keyed pool and attempts to destroy {@code obj}.
* </p>
*
* @param key pool key
@@ -1427,7 +1427,7 @@ public class GenericKeyedObjectPool<K, T> extends
BaseGenericObjectPool<T>
* {@inheritDoc}
* <p>
* Activation of this method decrements the active count associated with
- * the given keyed pool and attempts to destroy {@code obj.}
+ * the given keyed pool and attempts to destroy {@code obj}.
* </p>
*
* @param key pool key