File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/dbcp2/datasources Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments