Closed spmallette closed 6 years ago
The GraphTraversalSource method is injects and GraphTraversal uses inject. Make these consistent as was done on #99
GraphTraversalSource
injects
GraphTraversal
inject
That was really easy....no more injects starts step. Used the multimethod pattern from @shooit
The
GraphTraversalSource
method isinjects
andGraphTraversal
usesinject
. Make these consistent as was done on #99