You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/09/10 10:46:15 UTC

[GitHub] [tinkerpop] spmallette commented on a change in pull request #1189: TINKERPOP-2284 Added elementMap() step

spmallette commented on a change in pull request #1189: TINKERPOP-2284 Added elementMap() step
URL: https://github.com/apache/tinkerpop/pull/1189#discussion_r322673372
 
 

 ##########
 File path: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/CommonSteps.cs
 ##########
 @@ -244,6 +245,16 @@ private static object ToT(string enumName, string graphName)
             return T.GetByValue(enumName);
         }
 
+        private static object ToDirection(string enumName, string graphName)
+        {
+            return Direction.GetByValue(enumName);
+        }
+
+//        private static string toNormalCase(string name)
 
 Review comment:
   it was just some left over code from trying to debug a problem - removed it and force pushed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services