Repository: commons-pool
Updated Branches:
  refs/heads/master 26607dda7 -> 3e9d9bb45


Javadoc typo.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3e9d9bb4
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3e9d9bb4
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3e9d9bb4

Branch: refs/heads/master
Commit: 3e9d9bb45eac4454788227b5f04ad92f206d47fd
Parents: 26607dd
Author: Gary Gregory <[email protected]>
Authored: Mon Jun 11 14:03:52 2018 -0600
Committer: Gary Gregory <[email protected]>
Committed: Mon Jun 11 14:03:52 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3e9d9bb4/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java 
b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
index 56cc698..ace5f4c 100644
--- a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java
@@ -185,7 +185,7 @@ public interface KeyedObjectPool<K,V> extends Closeable {
     int getNumIdle();
 
     /**
-     * Returns the total number of instances current borrowed from this pool 
but
+     * Returns the total number of instances currently borrowed from this pool 
but
      * not yet returned. Returns a negative value if this information is not
      * available.
      * @return the total number of instances current borrowed from this pool 
but

Reply via email to