This is an automated email from the ASF dual-hosted git repository.

psteitz 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 b84ed5aa javadoc: add @since tag.
b84ed5aa is described below

commit b84ed5aa07904aa8a45bf25c013404a6f7531ed0
Author: psteitz <phil.ste...@gmail.com>
AuthorDate: Sat Jul 8 12:59:28 2023 -0700

    javadoc: add @since tag.
---
 src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java | 1 +
 1 file changed, 1 insertion(+)

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 9404726b..30fde323 100644
--- a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
@@ -601,6 +601,7 @@ public class GenericKeyedObjectPool<K, T, E extends 
Exception> extends BaseGener
      *
      * @param key the key to clear
      * @param reuseCapacity whether or not to reuse freed capacity
+     * @since 2.12.0
      */
     public void clear(final K key, final boolean reuseCapacity) {
         // Return immediately if there is no pool under this key.

Reply via email to