Repository: commons-pool Updated Branches: refs/heads/master 3e9d9bb45 -> 3d92a8b90
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/3d92a8b9 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3d92a8b9 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3d92a8b9 Branch: refs/heads/master Commit: 3d92a8b90909bc10b491f3bab25d7766e8dbcb00 Parents: 3e9d9bb Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Jun 11 14:04:37 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Jun 11 14:04:37 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/3d92a8b9/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 ace5f4c..3761d7f 100644 --- a/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java +++ b/src/main/java/org/apache/commons/pool2/KeyedObjectPool.java @@ -188,7 +188,7 @@ public interface KeyedObjectPool<K,V> extends Closeable { * 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 + * @return the total number of instances currently borrowed from this pool but * not yet returned. */ int getNumActive();