Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 1, 2024
1 parent 82d4f68 commit e71ccf5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,7 @@ public T borrowObject() throws E {
* 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
Expand Down

0 comments on commit e71ccf5

Please sign in to comment.