You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/12/03 19:38:43 UTC

[tinkerpop] 06/08: Fix indentation

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch driver-35
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 8cd2230587c1b9455053107ae2f66783dfe69842
Author: Divij Vaidya <di...@gmail.com>
AuthorDate: Wed Oct 2 10:28:15 2019 -0700

    Fix indentation
---
 .../java/org/apache/tinkerpop/gremlin/driver/ConnectionPoolImpl.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ConnectionPoolImpl.java b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ConnectionPoolImpl.java
index 018faed..d70d1f7 100644
--- a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ConnectionPoolImpl.java
+++ b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ConnectionPoolImpl.java
@@ -131,8 +131,8 @@ public class ConnectionPoolImpl implements ConnectionPool {
     }
 
     private FixedChannelPool createChannelPool(final Bootstrap b,
-                                                        final Settings.ConnectionPoolSettings connectionPoolSettings,
-                                                        final ChannelPoolHandler handler) {
+                                               final Settings.ConnectionPoolSettings connectionPoolSettings,
+                                               final ChannelPoolHandler handler) {
         return new FixedChannelPool(b,
                                     handler,
                                     ChannelHealthChecker.ACTIVE,