Skip to content

Commit e71ccf5

Browse files
committed
Javadoc
1 parent 82d4f68 commit e71ccf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,7 @@ public T borrowObject() throws E {
273273
* available instances in request arrival order.
274274
* </p>
275275
*
276-
* @param maxWaitDuration The time to wait for an object
277-
* to become available
278-
*
276+
* @param maxWaitDuration The time to wait for an object to become available, not null.
279277
* @return object instance from the pool
280278
* @throws NoSuchElementException if an instance cannot be returned
281279
* @throws E if an object instance cannot be returned due to an error

0 commit comments

Comments
 (0)