You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/05/28 18:45:24 UTC

[3/4] incubator-tinkerpop git commit: Add some javadoc on GremlinGroovysh.

Add some javadoc on GremlinGroovysh.


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

Branch: refs/heads/neo4j-gremlin-apache
Commit: 649de7660ff50417269cb2448aef686fdbd4aac9
Parents: 19bc349
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 28 09:46:49 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 28 12:28:34 2015 -0400

----------------------------------------------------------------------
 .../org/apache/tinkerpop/gremlin/console/GremlinGroovysh.groovy    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/649de766/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/GremlinGroovysh.groovy
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/GremlinGroovysh.groovy b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/GremlinGroovysh.groovy
index 0a37d8c..de3911a 100644
--- a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/GremlinGroovysh.groovy
+++ b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/GremlinGroovysh.groovy
@@ -22,6 +22,8 @@ import org.codehaus.groovy.tools.shell.Command
 import org.codehaus.groovy.tools.shell.Groovysh
 
 /**
+ * Overrides the posix style parsing of Groovysh allowing for commands to parse prior to Groovy 2.4.x.
+ *
  * @author Stephen Mallette (http://stephen.genoprime.com)
  */
 class GremlinGroovysh extends Groovysh {