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 d057ce17 Fix malformed Javadoc comments
d057ce17 is described below
commit d057ce17498aac0de04122f3ea21a45ebdcf909a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 13 15:43:20 2025 -0500
Fix malformed Javadoc comments
---
src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
b/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
index 492a26e7..0ed88b18 100644
--- a/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
+++ b/src/main/java/org/apache/commons/pool2/impl/DefaultEvictionPolicy.java
@@ -31,7 +31,7 @@ import org.apache.commons.pool2.PooledObject;
* {@link GenericKeyedObjectPoolConfig#getMinIdlePerKey()} idle objects in
* the pool and the object has been idle for longer than
* {@link GenericObjectPool#getSoftMinEvictableIdleDuration()} /
- * {@link GenericKeyedObjectPool#getSoftMinEvictableIdleDuration()}
+ * {@link GenericKeyedObjectPool#getSoftMinEvictableIdleDuration()}</li>
* </ul>
* <p>
* This class is immutable and thread-safe.