andreachild commented on code in PR #2982:
URL: https://github.com/apache/tinkerpop/pull/2982#discussion_r1919174909


##########
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/GremlinServer.java:
##########
@@ -390,7 +390,7 @@ public static String getHeader() {
         builder.append(Gremlin.version() + "\r\n");
         builder.append("         \\,,,/\r\n");
         builder.append("         (o o)\r\n");
-        builder.append("-----oOOo-(3)-oOOo-----\r\n");

Review Comment:
   You could create a new method in `org.apache.tinkerpop.gremlin.util.Gremlin` 
like
   
   ```
   public static String majorVersion() {
           return version().split("\\.")[0];
       }
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to