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

commit 5d41a5185a301e3d135a0b611e5cbc283a367654
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 3 09:20:55 2025 -0400

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

diff --git 
a/src/main/java/org/apache/commons/pool3/impl/SoftReferenceObjectPool.java 
b/src/main/java/org/apache/commons/pool3/impl/SoftReferenceObjectPool.java
index c5cd39a4..1a9bfa3b 100644
--- a/src/main/java/org/apache/commons/pool3/impl/SoftReferenceObjectPool.java
+++ b/src/main/java/org/apache/commons/pool3/impl/SoftReferenceObjectPool.java
@@ -253,7 +253,7 @@ public class SoftReferenceObjectPool<T, E extends 
Exception> extends BaseObjectP
     }
 
     /**
-     * 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