bechbd commented on a change in pull request #1533:
URL: https://github.com/apache/tinkerpop/pull/1533#discussion_r777771128
##########
File path:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
##########
@@ -2272,6 +2273,10 @@ else if (value instanceof Traversal)
* and if the {@link Element} is a {@link VertexProperty}. This method is
the long-hand version of
* {@link #property(Object, Object, Object...)} with the difference that
the {@link VertexProperty.Cardinality}
* can be supplied.
+ * <p/>*
+ * If a {@link Map} is supplied and if supported by the {@link Graph} then
each of the key/value pairs in the map will
+ * be added as property. This method is the long-hand version of looping
through the
+ * {@link #property(Cardinality, Object, Object, Object...)} method for
each key/value pair supplied.
Review comment:
Got a bit overzealous here, it's been reverted,
--
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]