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/25 00:42:18 UTC

tinkerpop git commit: Removed "todo" and created TINKERPOP-1465

Repository: tinkerpop
Updated Branches:
  refs/heads/tp31 68188e272 -> 6f1ccb6f4


Removed "todo" and created TINKERPOP-1465


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

Branch: refs/heads/tp31
Commit: 6f1ccb6f4e36f6da07e41496a9e373572f89de5d
Parents: 68188e2
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Sep 24 20:41:44 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Sep 24 20:41:44 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6f1ccb6f/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java
index 2436c29..93a2096 100644
--- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java
+++ b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java
@@ -114,7 +114,6 @@ public class SimpleAuthenticator 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 new PlainTextSaslAuthenticator();
     }