This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 129ca8e Javadoc. 129ca8e is described below commit 129ca8e705434ac110c5a26c9069c88847407152 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Aug 19 10:09:30 2021 -0400 Javadoc. --- .../commons/dbcp2/datasources/PerUserPoolDataSource.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/PerUserPoolDataSource.java b/src/main/java/org/apache/commons/dbcp2/datasources/PerUserPoolDataSource.java index c69a40a..10591b4 100644 --- a/src/main/java/org/apache/commons/dbcp2/datasources/PerUserPoolDataSource.java +++ b/src/main/java/org/apache/commons/dbcp2/datasources/PerUserPoolDataSource.java @@ -326,7 +326,7 @@ public class PerUserPoolDataSource extends InstanceKeyDataSource { } /** - * Gets the user specific value for {@link GenericObjectPool#getMaxWaitMillis()} for the specified user's pool or + * Gets the user specific value for {@link GenericObjectPool#getMaxWaitDuration()} for the specified user's pool or * the default if no user specific value is defined. * * @param userName @@ -345,7 +345,7 @@ public class PerUserPoolDataSource extends InstanceKeyDataSource { } /** - * Gets the user specific value for {@link GenericObjectPool#getMinEvictableIdleTime()} for the specified + * Gets the user specific value for {@link GenericObjectPool#getMinEvictableIdleDuration()} for the specified * user's pool or the default if no user specific value is defined. * * @param userName @@ -881,7 +881,7 @@ public class PerUserPoolDataSource extends InstanceKeyDataSource { } /** - * Sets a user specific value for {@link GenericObjectPool#getMaxWaitMillis()} for the specified user's pool. + * Sets a user specific value for {@link GenericObjectPool#getMaxWaitDuration()} for the specified user's pool. * * @param userName * The user name key. @@ -907,7 +907,7 @@ public class PerUserPoolDataSource extends InstanceKeyDataSource { } /** - * Sets a user specific value for {@link GenericObjectPool#getMinEvictableIdleTime()} for the specified user's + * Sets a user specific value for {@link GenericObjectPool#getMinEvictableIdleDuration()} for the specified user's * pool. * * @param userName @@ -987,7 +987,7 @@ public class PerUserPoolDataSource extends InstanceKeyDataSource { } /** - * Sets a user specific value for {@link GenericObjectPool#getSoftMinEvictableIdleTime()} for the specified + * Sets a user specific value for {@link GenericObjectPool#getSoftMinEvictableIdleDuration()} for the specified * user's pool. * * @param userName @@ -1118,7 +1118,7 @@ public class PerUserPoolDataSource extends InstanceKeyDataSource { } /** - * Sets a user specific value for {@link GenericObjectPool#getTimeBetweenEvictionRuns()} for the specified + * Sets a user specific value for {@link GenericObjectPool#getDurationBetweenEvictionRuns()} for the specified * user's pool. * * @param userName