Cole-Greer commented on code in PR #3154:
URL: https://github.com/apache/tinkerpop/pull/3154#discussion_r2198534736


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java:
##########
@@ -1852,6 +1853,17 @@ public default GraphTraversal<S, String> format(final 
String format) {
         return this.asAdmin().addStep(new FormatStep<>(this.asAdmin(), 
format));
     }
 
+    /**
+     * Parse the incoming traverser as a boolean value.
+     *
+     * @return the traversal with an appended {@link AsBoolStep}.
+     * @see <a 
href="http://tinkerpop.apache.org/docs/${project.version}/reference/#asBool-step";
 target="_blank">Reference Documentation - asBool Step</a>

Review Comment:
   ```suggestion
        * @see <a 
href="http://tinkerpop.apache.org/docs/${project.version}/reference/#asBool-step";
 target="_blank">Reference Documentation - asBool Step</a>
        * @since 3.8.0
   ```



-- 
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]

Reply via email to