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 2016/09/28 16:57:04 UTC

[06/44] tinkerpop git commit: Removed todo in favor of TINKERPOP-1465

Removed todo in favor of TINKERPOP-1465


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

Branch: refs/heads/TINKERPOP-944
Commit: ac55bd051e7c8b1b74c31d345048ab7741e1dfe0
Parents: 6f1ccb6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Sep 24 20:45:49 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Sep 24 20:45:49 2016 -0400

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ac55bd05/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
index fbc497c..584dac1 100644
--- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
+++ b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
@@ -51,7 +51,6 @@ public final class AllowAllAuthenticator implements Authenticator {
     public SaslNegotiator newSaslNegotiator() {
         // While this method is deprecated, it remains here to ensure backward compatibility with the old method. In
         // this way the integration tests can continue to execute here
-        // todo: remove this method on a future version and implement the new one
         return AUTHENTICATOR_INSTANCE;
     }