This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new d3bf36c  Javadoc.
d3bf36c is described below

commit d3bf36c1db4176410fe0872da88216d594cb9891
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Jun 23 10:05:11 2021 -0400

    Javadoc.
---
 src/main/java/org/apache/commons/pool2/impl/DefaultPooledObject.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObject.java 
b/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObject.java
index e5fa53a..d6ef972 100644
--- a/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObject.java
+++ b/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObject.java
@@ -202,7 +202,7 @@ public class DefaultPooledObject<T> implements 
PooledObject<T> {
      * {@link #getLastBorrowTime()}; otherwise this method gives the same
      * value as {@link #getLastBorrowTime()}.
      *
-     * @return the last time this object was used
+     * @return the last Instant this object was used.
      */
     @Override
     public Instant getLastUsedInstant() {

Reply via email to