Skip to content

Commit 7d323cc

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 b08f067 commit 7d323cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ public class AbandonedConfig {
3333

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

3941
/**
4042
* Creates a new instance with values from the given instance.

0 commit comments

Comments
 (0)