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
The following commit(s) were added to refs/heads/master by this push:
new cdb06993 Fix malformed Javadoc comments
cdb06993 is described below
commit cdb06993cebcb0aed34da976834760319eaa754c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 13 15:43:29 2025 -0500
Fix malformed Javadoc comments
---
src/main/java/org/apache/commons/pool3/impl/DefaultEvictionPolicy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/pool3/impl/DefaultEvictionPolicy.java
b/src/main/java/org/apache/commons/pool3/impl/DefaultEvictionPolicy.java
index 8e24e427..27e41550 100644
--- a/src/main/java/org/apache/commons/pool3/impl/DefaultEvictionPolicy.java
+++ b/src/main/java/org/apache/commons/pool3/impl/DefaultEvictionPolicy.java
@@ -31,7 +31,7 @@ import org.apache.commons.pool3.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.