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 2017/12/04 15:00:28 UTC

[3/6] commons-pool git commit: Fix indentation

Fix indentation

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

Branch: refs/heads/master
Commit: f7fbc3eca923f22df5fbbb647ac45339b95cd981
Parents: 1c7e75e
Author: mark <ma...@study04.dev.local>
Authored: Mon Dec 4 14:57:49 2017 +0000
Committer: mark <ma...@study04.dev.local>
Committed: Mon Dec 4 14:57:49 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/f7fbc3ec/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
index 4a64b33..2a6e225 100644
--- a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
@@ -78,7 +78,7 @@ import org.apache.commons.pool2.SwallowedExceptionListener;
  * @since 2.0
  */
 public class GenericKeyedObjectPool<K,T> extends BaseGenericObjectPool<T>
-implements KeyedObjectPool<K,T>, GenericKeyedObjectPoolMXBean<K> {
+        implements KeyedObjectPool<K,T>, GenericKeyedObjectPoolMXBean<K> {
 
     /**
      * Create a new <code>GenericKeyedObjectPool</code> using defaults from