Skip to content

Commit 8d6e252

Browse files
committed
[POOL-430] Make
AbandonedConfig.DEFAULT_REMOVE_ABANDONED_TIMEOUT_DURATION public Bump POM version to the next feature version: 2.14.0
1 parent 77a4243 commit 8d6e252

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public class AbandonedConfig {
3333

3434
/**
3535
* The 5 minutes Duration.
36+
*
37+
* @since 2.14.0
3638
*/
3739
public static final Duration DEFAULT_REMOVE_ABANDONED_TIMEOUT_DURATION = Duration.ofMinutes(5);
3840

0 commit comments

Comments
 (0)