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 e71ccf5a Javadoc e71ccf5a is described below commit e71ccf5a7c68df424c4ade945f838b66d7da6376 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 1 13:16:49 2024 -0500 Javadoc --- src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java b/src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java index 0a73a32c..07435775 100644 --- a/src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java +++ b/src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java @@ -273,9 +273,7 @@ public class GenericObjectPool<T, E extends Exception> extends BaseGenericObject * available instances in request arrival order. * </p> * - * @param maxWaitDuration The time to wait for an object - * to become available - * + * @param maxWaitDuration The time to wait for an object to become available, not null. * @return object instance from the pool * @throws NoSuchElementException if an instance cannot be returned * @throws E if an object instance cannot be returned due to an error