Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/574#discussion_r106464852
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
---
@@ -992,8 +992,8 @@
* Adds a {@link Vertex} with a default vertex label.
*
* @return the traversal with the {@link AddVertexStep} added
- * @since 3.1.0-incubating
* @see <a
href="http://tinkerpop.apache.org/docs/${project.version}/reference/#addvertex-step"
target="_blank">Reference Documentation - AddVertex Step</a>
+ * @since 3.1.0-incubating
--- End diff --
did your IDE do all this javadoc annotation switching? or was that
intentional? not something to switch back or anything i guess, but it just made
it hard to root out what's changed here of substance and what hasn't.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---