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/08/18 16:32:47 UTC

incubator-tinkerpop git commit: Remove plus sign from output of describeGraph.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp30 2e8d052c9 -> b63609684


Remove plus sign from output of describeGraph.


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

Branch: refs/heads/tp30
Commit: b63609684e4b97e29f7f369d6503a6d56e1ef52e
Parents: 2e8d052
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Aug 18 10:32:23 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Aug 18 10:32:23 2015 -0400

----------------------------------------------------------------------
 .../console/groovy/plugin/UtilitiesGremlinPluginScript.groovy      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b6360968/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/UtilitiesGremlinPluginScript.groovy
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/UtilitiesGremlinPluginScript.groovy b/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/UtilitiesGremlinPluginScript.groovy
index b1e5d42..3727675 100644
--- a/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/UtilitiesGremlinPluginScript.groovy
+++ b/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/UtilitiesGremlinPluginScript.groovy
@@ -38,7 +38,7 @@ describeGraph = { Class<? extends org.apache.tinkerpop.gremlin.structure.Graph>
     return "${lf}" +
 "IMPLEMENTATION - ${c.getCanonicalName()} ${lf}" +
 "TINKERPOP TEST SUITE ${lf}" +
-"- Compliant with ($optInCount of 10 suites) + ${lf}" +
+"- Compliant with ($optInCount of 10 suites) ${lf}" +
 "$suitesSupported ${lf}" +
 "- Opts out of $optOutCount individual tests ${lf}" +
 "$testsOptedOut ${lf}" +