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/TINKERPOP-1458 Commit: 6f1ccb6f4e36f6da07e41496a9e373572f89de5d Parents: 68188e2 Author: Stephen Mallette <[email protected]> Authored: Sat Sep 24 20:41:44 2016 -0400 Committer: Stephen Mallette <[email protected]> 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(); }
