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 2015/11/05 02:56:22 UTC

[04/50] [abbrv] incubator-tinkerpop git commit: TINKERPOP3-935; Added a missing table for the close op of the SessionOpProcessor

TINKERPOP3-935; Added a missing table for the close op of the SessionOpProcessor


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

Branch: refs/heads/TINKERPOP3-923
Commit: d93f1f7630eb1fab01dc3d73cb35a2b60a39b379
Parents: ac0924d
Author: Dylan Millikin <dy...@brightzone.fr>
Authored: Thu Oct 29 23:48:23 2015 +0100
Committer: Dylan Millikin <dy...@brightzone.fr>
Committed: Thu Oct 29 23:48:23 2015 +0100

----------------------------------------------------------------------
 docs/src/gremlin-applications.asciidoc | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d93f1f76/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/gremlin-applications.asciidoc b/docs/src/gremlin-applications.asciidoc
index 34b760d..88684ab 100644
--- a/docs/src/gremlin-applications.asciidoc
+++ b/docs/src/gremlin-applications.asciidoc
@@ -1350,6 +1350,13 @@ session state is not shared among them.
 |language |String |The flavor used (e.g. `gremlin-groovy`)
 |=========================================================
 
+'`close` operation arguments'
+[width="100%",cols="2,2,9",options="header"]
+|=========================================================
+|Key |Type |Description
+|session |String | *Required* The session identifier for the session to close.
+|=========================================================
+
 Authentication
 ^^^^^^^^^^^^^^