We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The sample code examples (as appropriate) should be updated to use traversal() by itself rather than forms of new EmptyGraph().traversal()
traversal()
new EmptyGraph().traversal()
The text was updated successfully, but these errors were encountered:
Removed EmptyGraph usage in favor of AnonymousTraversalSource
2518c9a
Prefer use of traversal() static method for remote usage #172
da483c9
krlawrence
No branches or pull requests
The sample code examples (as appropriate) should be updated to use
traversal()
by itself rather than forms ofnew EmptyGraph().traversal()
The text was updated successfully, but these errors were encountered: