andreachild commented on code in PR #3209:
URL: https://github.com/apache/tinkerpop/pull/3209#discussion_r2370620747
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AbstractAddEdgeStepPlaceholder.java:
##########
@@ -101,6 +87,18 @@ public boolean isParameterized() {
return false;
}
+ @Override
+ public List<Traversal.Admin<?, ?>> getLocalChildren() {
Review Comment:
Is the parent interface generic contract which is defined as
`List<Traversal.Admin<S, E>> getLocalChildren` too narrow since it needs to be
modified here?
--
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]