Skip to content

Commit e2a3bf2

Browse files
committed
Fix Javadoc
1 parent 914130f commit e2a3bf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,10 @@ public int getDefaultNumTestsPerEvictionRun() {
461461

462462
/**
463463
* Gets the default value for {@link
464-
* GenericObjectPool#getSoftMinEvictableIdleTimeMillis()} for each per user pool.
464+
* GenericObjectPool#getSoftMinEvictableIdleDuration()} for each per user pool.
465465
*
466466
* @return The default value for {@link
467-
* GenericObjectPool#getSoftMinEvictableIdleTimeMillis()} for each per user pool.
467+
* GenericObjectPool#getSoftMinEvictableIdleDuration()} for each per user pool.
468468
* @since 2.10.0
469469
*/
470470
public Duration getDefaultSoftMinEvictableIdleDuration() {
@@ -958,11 +958,11 @@ public void setDefaultReadOnly(final Boolean defaultReadOnly) {
958958

959959
/**
960960
* Sets the default value for {@link
961-
* GenericObjectPool#getSoftMinEvictableIdleTimeMillis()} for each per user pool.
961+
* GenericObjectPool#getSoftMinEvictableIdleDuration()} for each per user pool.
962962
*
963963
* @param defaultSoftMinEvictableIdleDuration
964964
* The default value for {@link
965-
* GenericObjectPool#getSoftMinEvictableIdleTimeMillis()} for each per user pool.
965+
* GenericObjectPool#getSoftMinEvictableIdleDuration()} for each per user pool.
966966
* @since 2.10.0
967967
*/
968968
public void setDefaultSoftMinEvictableIdle(final Duration defaultSoftMinEvictableIdleDuration) {

0 commit comments

Comments
 (0)