vkagamlyk commented on code in PR #2648:
URL: https://github.com/apache/tinkerpop/pull/2648#discussion_r1635554947


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/GremlinLangScriptEngine.java:
##########
@@ -79,7 +79,7 @@ public GremlinScriptEngineFactory getFactory() {
      * Bytecode is evaluated by the {@link JavaTranslator}.
      */
     @Override
-    public Traversal.Admin eval(final Bytecode bytecode, final Bindings 
bindings, final String traversalSource) throws ScriptException {
+    public Traversal.Admin eval(final GremlinLang bytecode, final Bindings 
bindings, final String traversalSource) throws ScriptException {

Review Comment:
   I hope to remove this altogether in one of the next PRs, 
'GremlinScriptEngineFactory' will handle only gremlin scripts.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to