Skip to content

Commit cdb0699

Browse files
committed
Fix malformed Javadoc comments
1 parent 69fc7aa commit cdb0699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/pool3/impl/DefaultEvictionPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* {@link GenericKeyedObjectPoolConfig#getMinIdlePerKey()} idle objects in
3232
* the pool and the object has been idle for longer than
3333
* {@link GenericObjectPool#getSoftMinEvictableIdleDuration()} /
34-
* {@link GenericKeyedObjectPool#getSoftMinEvictableIdleDuration()}
34+
* {@link GenericKeyedObjectPool#getSoftMinEvictableIdleDuration()}</li>
3535
* </ul>
3636
* <p>
3737
* This class is immutable and thread-safe.

0 commit comments

Comments
 (0)