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 2017/10/30 12:36:22 UTC

[1/2] tinkerpop git commit: TINKERPOP-1819 Fixed traversal description in docs CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master b6ae5b00f -> 2e4f8bf7c


TINKERPOP-1819 Fixed traversal description in docs CTR


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

Branch: refs/heads/master
Commit: 909cd9114652dd0a1724deddc8c97bf42c1ea293
Parents: 9a15262
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Oct 30 08:35:49 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Oct 30 08:35:49 2017 -0400

----------------------------------------------------------------------
 docs/src/reference/the-traversal.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/909cd911/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc
index 632ed09..16c0e78 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -107,11 +107,10 @@ g.V().filter(label().is('person')) <2>
 g.V().hasLabel('person') <3>
 ----
 
-<1> A filter that only allows the vertex to pass if it has an age-property.
+<1> A filter that only allows the vertex to pass if it has the "person" label
 <2> The same operation, but using the traversal represention of `filter()`.
 <3> The more specific `has()`-step is implemented as a `filter()` with respective predicate.
 
-
 image:side-effect-lambda.png[width=175,float=right]
 [gremlin-groovy,modern]
 ----


[2/2] tinkerpop git commit: Merge branch 'tp32'

Posted by sp...@apache.org.
Merge branch 'tp32'


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

Branch: refs/heads/master
Commit: 2e4f8bf7c3a1c9e39729ab5aab4886f1f469d641
Parents: b6ae5b0 909cd91
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Oct 30 08:36:14 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Oct 30 08:36:14 2017 -0400

----------------------------------------------------------------------
 docs/src/reference/the-traversal.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2e4f8bf7/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------