You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/09/16 16:18:33 UTC

[commons-pool] branch master updated: Fix typoe

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

markt 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 d858fa5  Fix typoe
d858fa5 is described below

commit d858fa57eb98692fd721c6d787596f85eacf0422
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 16 17:18:02 2020 +0100

    Fix typoe
---
 .../org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java b/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java
index 8e4414a..5e8b3a5 100644
--- a/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java
+++ b/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java
@@ -57,7 +57,7 @@ public interface DefaultPooledObjectInfoMBean {
     /**
      * Obtain the time that pooled object was last borrowed.
      *
-     * @return The last borrowed time for the pooled object formated as
+     * @return The last borrowed time for the pooled object formatted as
      *         {@code yyyy-MM-dd HH:mm:ss Z}
      */
     String getLastBorrowTimeFormatted();
@@ -82,7 +82,7 @@ public interface DefaultPooledObjectInfoMBean {
     /**
      * Obtain the time that pooled object was last returned.
      *
-     * @return The last returned time for the pooled object formated as
+     * @return The last returned time for the pooled object formatted as
      *         {@code yyyy-MM-dd HH:mm:ss Z}
      */
     String getLastReturnTimeFormatted();