You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/26 15:42:58 UTC

commons-pool git commit: Javadoc nit.

Repository: commons-pool
Updated Branches:
  refs/heads/master 568b5fc45 -> 8e0e6b5fb


Javadoc nit.

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

Branch: refs/heads/master
Commit: 8e0e6b5fbde0a7f993c5f96d2773c237e514dc0b
Parents: 568b5fc
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat May 26 09:42:55 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat May 26 09:42:55 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/8e0e6b5f/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java b/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java
index f59c92e..67973d6 100644
--- a/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java
+++ b/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java
@@ -43,7 +43,7 @@ class PoolImplUtils {
 
 
     /**
-     * Obtain the concrete type used by an implementation of an interface that
+     * Obtains the concrete type used by an implementation of an interface that
      * uses a generic type.
      *
      * @param type  The interface that defines a generic type