This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a commit to branch tp4Docs
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 4f2d69a6a8ad35d9cb6731d633c94207437e5c89
Author: Cole-Greer <[email protected]>
AuthorDate: Fri Nov 15 10:12:50 2024 -0800

    WIP comment out client#submit(Traversal) example
---
 docs/src/dev/provider/index.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/dev/provider/index.asciidoc 
b/docs/src/dev/provider/index.asciidoc
index 995cf53350..c77ab14227 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -1252,8 +1252,8 @@ cluster = Cluster.open()
 client = cluster.connect()
 aliased = client.alias("g")
 g = 
traversal().with(org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.instance())
     <1>
-rs = aliased.submit(g.V().both().barrier().both().barrier()).all().get()       
             <2>
-aliased.submit(g.V().both().barrier().both().barrier().count()).all().get().get(0).getInt()
 <3>
+// TODO: UPDATE rs = 
aliased.submit(g.V().both().barrier().both().barrier()).all().get()             
       <2>
+// TODO: UPDATE 
aliased.submit(g.V().both().barrier().both().barrier().count()).all().get().get(0).getInt()
 <3>
 rs.collect{[value: it.getObject().get(), bulk: it.getObject().bulk()]}         
             <4>
 ----
 

Reply via email to