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/05/12 15:44:19 UTC

[2/2] incubator-tinkerpop git commit: Update Client javadocs.

Update Client javadocs.


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

Branch: refs/heads/master
Commit: 0631f58c9c1686c2cfdbafdd39451ab7dcddcf04
Parents: 53025f8
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue May 12 09:43:56 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue May 12 09:43:56 2015 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0631f58c/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java
index 8eae6a9..e3d84a9 100644
--- a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java
+++ b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java
@@ -39,6 +39,8 @@ import java.util.stream.Collectors;
  * A {@code Client} is constructed from a {@link Cluster} and represents a way to send messages to Gremlin Server.
  * This class itself is a base class as there are different implementations that provide differing kinds of
  * functionality.  See the implementations for specifics on their individual usage.
+ * <p/>
+ * The {@code Client} is designed to be re-used and shared across threads.
  *
  * @author Stephen Mallette (http://stephen.genoprime.com)
  */