We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c00955 commit 5472f68Copy full SHA for 5472f68
src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java
@@ -271,8 +271,7 @@ public T borrowObject() throws Exception {
271
* available instances in request arrival order.
272
* </p>
273
*
274
- * @param borrowMaxWaitDuration The time to wait for an object
275
- * to become available
+ * @param borrowMaxWaitDuration The time to wait for an object to become available, not null.
276
* @return object instance from the pool
277
* @throws NoSuchElementException if an instance cannot be returned
278
* @throws Exception if an object instance cannot be returned due to an error
0 commit comments