vkagamlyk commented on code in PR #2576: URL: https://github.com/apache/tinkerpop/pull/2576#discussion_r1583730784
########## gremlin-util/src/main/java/org/apache/tinkerpop/gremlin/util/ser/SerializersV4.java: ########## @@ -18,50 +18,20 @@ */ package org.apache.tinkerpop.gremlin.util.ser; -import org.apache.tinkerpop.gremlin.util.MessageSerializer; +import org.apache.tinkerpop.gremlin.util.MessageSerializerV4; /** * An enum of the default serializers. * * @author Stephen Mallette (http://stephen.genoprime.com) */ -public enum Serializers { +public enum SerializersV4 { /** * GraphSON 3.0. Review Comment: ```suggestion * GraphSON 4.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]
