andreachild commented on code in PR #2982:
URL: https://github.com/apache/tinkerpop/pull/2982#discussion_r1919160228
##########
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:
We could make this dynamic by using `Gremlin.version().split("\\.")[0]` so
that we don't have to keep changing it when the version changes.
--
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]