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

commit 6e523dbe4d0350d68396b524d47a945a115ac4e0
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 3 09:20:47 2025 -0400

    Javadoc
---
 .../java/org/apache/commons/pool2/impl/SoftReferenceObjectPool.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/pool2/impl/SoftReferenceObjectPool.java 
b/src/main/java/org/apache/commons/pool2/impl/SoftReferenceObjectPool.java
index 17e7c085..b500a29b 100644
--- a/src/main/java/org/apache/commons/pool2/impl/SoftReferenceObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/SoftReferenceObjectPool.java
@@ -262,7 +262,7 @@ public class SoftReferenceObjectPool<T> extends 
BaseObjectPool<T> {
     }
 
     /**
-     * Destroys a {@code PooledSoftReference} and removes it from the idle and 
all
+     * Destroys a {@link PooledSoftReference} and removes it from the idle and 
all
      * references pools.
      *
      * @param toDestroy PooledSoftReference to destroy

Reply via email to