Cole-Greer commented on code in PR #3209:
URL: https://github.com/apache/tinkerpop/pull/3209#discussion_r2373561028
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AddPropertyStepContract.java:
##########
@@ -47,14 +48,17 @@ default HashSet<PopInstruction> getPopInstructions() {
Object getKey();
/**
- * Get the property value
+ * Gets the property value. If the value was originally passed as a {@link
GValue<?>}, {@link ConstantTraversal <?>},
+ * or a literal value, then the literal value is returned. Otherwise, the
MergeMap is returned in Traversal form.
Review Comment:
That's a copy-paste error, it should be `value`.
--
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]