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 9f082b71 Javadoc: The @deprecated tag should be last.
9f082b71 is described below
commit 9f082b71ac22c5e20687be7b5c469b09218bd697
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:37:13 2025 -0500
Javadoc: The @deprecated tag should be last.
---
src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 07c8022f..1e99e358 100644
--- a/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
@@ -1030,8 +1030,8 @@ public abstract class BaseGenericObjectPool<T> extends
BaseObject implements Aut
*
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
* @see AbandonedConfig#getRemoveAbandonedTimeoutDuration()
- * @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
* @since 2.11.0
+ * @deprecated Use {@link #getRemoveAbandonedTimeoutDuration()}.
*/
@Deprecated
public int getRemoveAbandonedTimeout() {