This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new 5472f684 Javadoc 5472f684 is described below commit 5472f684152870c7dc547ccc232b9cd9e406a338 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 1 13:15:28 2024 -0500 Javadoc --- src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java b/src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java index f175f034..55661716 100644 --- a/src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java +++ b/src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java @@ -271,8 +271,7 @@ public class GenericObjectPool<T> extends BaseGenericObjectPool<T> * available instances in request arrival order. * </p> * - * @param borrowMaxWaitDuration The time to wait for an object - * to become available + * @param borrowMaxWaitDuration 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 Exception if an object instance cannot be returned due to an error