Repository: commons-pool Updated Branches: refs/heads/master cbe67536f -> 9044a46ec
Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/9044a46e Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/9044a46e Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/9044a46e Branch: refs/heads/master Commit: 9044a46ecbed527cca1b82136e2d54d9d46ac771 Parents: cbe6753 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Wed Jun 20 16:26:50 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Wed Jun 20 16:26:50 2018 -0600 ---------------------------------------------------------------------- .../java/org/apache/commons/pool2/KeyedPooledObjectFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/9044a46e/src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java b/src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java index d9969c7..6d0aa63 100644 --- a/src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java +++ b/src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java @@ -75,7 +75,7 @@ package org.apache.commons.pool2; * @since 2.0 */ public interface KeyedPooledObjectFactory<K, V> { - + /** * Create an instance that can be served by the pool and * wrap it in a {@link PooledObject} to be managed by the pool.