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/10 12:35:06 UTC

[tinkerpop] 06/18: 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 0b7802086962094161c927fecd7e0635233c1bf9
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,