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 b852c789 Fix Javadoc typos
b852c789 is described below

commit b852c789102f39ef2b264051cdd02f3426bfc331
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 14:40:06 2026 -0500

    Fix Javadoc typos
---
 .../java/org/apache/commons/pool3/impl/GenericKeyedObjectPool.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPool.java 
b/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPool.java
index d7e414ca..f18efdda 100644
--- a/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPool.java
@@ -58,7 +58,7 @@ import org.apache.commons.pool3.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
@@ -1288,7 +1288,7 @@ public class GenericKeyedObjectPool<K, T, E extends 
Exception> extends BaseGener
      * {@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
@@ -1307,7 +1307,7 @@ public class GenericKeyedObjectPool<K, T, E extends 
Exception> extends BaseGener
      * {@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

Reply via email to