You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/01/26 13:22:43 UTC

[1/2] incubator-tinkerpop git commit: Tweak to a console tutorial code example

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master c9bccabee -> 9271813a0


Tweak to a console tutorial code example


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/04da35df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/04da35df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/04da35df

Branch: refs/heads/master
Commit: 04da35dfb66a212ed32758c3320f43c31dda375c
Parents: 568a4e1
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jan 26 07:21:25 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jan 26 07:21:25 2016 -0500

----------------------------------------------------------------------
 docs/src/tutorials/advanced-console/index.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/04da35df/docs/src/tutorials/advanced-console/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/advanced-console/index.asciidoc b/docs/src/tutorials/advanced-console/index.asciidoc
index dafd311..ab99420 100644
--- a/docs/src/tutorials/advanced-console/index.asciidoc
+++ b/docs/src/tutorials/advanced-console/index.asciidoc
@@ -549,8 +549,7 @@ gremlin>       select("person","year","location").by("name").by().by().
 gremlin>       sideEffect{
 gremlin>         def row = it.get()
 gremlin>         session.execute("INSERT INTO locations(name, location, year) VALUES ('${row.person}', '${row.location}', ${row.year});")
-gremlin>       }.iterate();null
-==>null
+gremlin>       }.iterate()
 gremlin> session.execute("SELECT * FROM locations")
 ==>Row[daniel, 2004, kaiserslautern]
 ==>Row[daniel, 2005, kaiserslautern]


[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/master'


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9271813a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9271813a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/9271813a

Branch: refs/heads/master
Commit: 9271813a097d846fb58cc294abdff1a2b4a252fa
Parents: 04da35d c9bccab
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jan 26 07:22:22 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jan 26 07:22:22 2016 -0500

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.java  | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------