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 2021/04/23 10:53:21 UTC

[tinkerpop] branch master updated: Somehow this change wasn't included in the previous commit CTR

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6310691  Somehow this change wasn't included in the previous commit CTR
6310691 is described below

commit 631069137a28b29fbfbba860747dec136dd7f90e
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Apr 23 06:52:51 2021 -0400

    Somehow this change wasn't included in the previous commit CTR
---
 .../java/org/apache/tinkerpop/gremlin/server/TestClientFactory.java   | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/TestClientFactory.java b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/TestClientFactory.java
index 07a41c9..06ec8c9 100644
--- a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/TestClientFactory.java
+++ b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/TestClientFactory.java
@@ -41,10 +41,6 @@ public final class TestClientFactory {
         return Cluster.build(address).port(45940);
     }
 
-    public static Cluster.Builder build(final String address) {
-        return Cluster.build(address).port(45940);
-    }
-
     public static Cluster open() {
         return build().create();
     }