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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 2837cbed Normalize setter Javadoc 2837cbed is described below commit 2837cbed2c333d644a76f10ebe062b004fd060b3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 07:14:19 2023 -0400 Normalize setter Javadoc --- .../apache/commons/pool3/impl/GenericKeyedObjectPoolConfig.java | 8 ++++---- .../org/apache/commons/pool3/impl/GenericObjectPoolConfig.java | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPoolConfig.java b/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPoolConfig.java index 38f1018f..74b3b84d 100644 --- a/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPoolConfig.java +++ b/src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPoolConfig.java @@ -132,7 +132,7 @@ public class GenericKeyedObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { } /** - * Set the value for the {@code maxIdlePerKey} configuration attribute for + * Sets the value for the {@code maxIdlePerKey} configuration attribute for * pools created with this configuration instance. * * @param maxIdlePerKey The new setting of {@code maxIdlePerKey} @@ -145,7 +145,7 @@ public class GenericKeyedObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { } /** - * Set the value for the {@code maxTotal} configuration attribute for + * Sets the value for the {@code maxTotal} configuration attribute for * pools created with this configuration instance. * * @param maxTotal The new setting of {@code maxTotal} @@ -158,7 +158,7 @@ public class GenericKeyedObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { } /** - * Set the value for the {@code maxTotalPerKey} configuration attribute for + * Sets the value for the {@code maxTotalPerKey} configuration attribute for * pools created with this configuration instance. * * @param maxTotalPerKey The new setting of {@code maxTotalPerKey} @@ -171,7 +171,7 @@ public class GenericKeyedObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { } /** - * Set the value for the {@code minIdlePerKey} configuration attribute for + * Sets the value for the {@code minIdlePerKey} configuration attribute for * pools created with this configuration instance. * * @param minIdlePerKey The new setting of {@code minIdlePerKey} diff --git a/src/main/java/org/apache/commons/pool3/impl/GenericObjectPoolConfig.java b/src/main/java/org/apache/commons/pool3/impl/GenericObjectPoolConfig.java index 463df9e4..4f4b677d 100644 --- a/src/main/java/org/apache/commons/pool3/impl/GenericObjectPoolConfig.java +++ b/src/main/java/org/apache/commons/pool3/impl/GenericObjectPoolConfig.java @@ -107,7 +107,7 @@ public class GenericObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { /** - * Set the value for the {@code maxIdle} configuration attribute for + * Sets the value for the {@code maxIdle} configuration attribute for * pools created with this configuration instance. * * @param maxIdle The new setting of {@code maxIdle} @@ -120,7 +120,7 @@ public class GenericObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { } /** - * Set the value for the {@code maxTotal} configuration attribute for + * Sets the value for the {@code maxTotal} configuration attribute for * pools created with this configuration instance. * * @param maxTotal The new setting of {@code maxTotal} @@ -133,7 +133,7 @@ public class GenericObjectPoolConfig<T> extends BaseObjectPoolConfig<T> { } /** - * Set the value for the {@code minIdle} configuration attribute for + * Sets the value for the {@code minIdle} configuration attribute for * pools created with this configuration instance. * * @param minIdle The new setting of {@code minIdle}