spmallette commented on a change in pull request #986: TINKERPOP-2059 Modulation of valueMap() URL: https://github.com/apache/tinkerpop/pull/986#discussion_r230941673
########## File path: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java ########## @@ -576,6 +576,7 @@ * @see <a href="http://tinkerpop.apache.org/docs/${project.version}/reference/#valuemap-step" target="_blank">Reference Documentation - ValueMap Step</a> * @since 3.0.0-incubating */ + @Deprecated Review comment: needs javadoc `@deprecated As of release 3.4.0, replaced by {@link ...}` also needed below in the `__` class. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services