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 82d4f68 commit e71ccf5Copy full SHA for e71ccf5
src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java
@@ -273,9 +273,7 @@ public T borrowObject() throws E {
273
* available instances in request arrival order.
274
* </p>
275
*
276
- * @param maxWaitDuration The time to wait for an object
277
- * to become available
278
- *
+ * @param maxWaitDuration The time to wait for an object to become available, not null.
279
* @return object instance from the pool
280
* @throws NoSuchElementException if an instance cannot be returned
281
* @throws E if an object instance cannot be returned due to an error
0 commit comments