dcapwell commented on code in PR #2310:
URL: https://github.com/apache/cassandra/pull/2310#discussion_r1223291050


##########
src/java/org/apache/cassandra/serializers/TypeSerializer.java:
##########
@@ -55,11 +63,45 @@ public final void validate(ByteBuffer bytes) throws 
MarshalException
 
     public abstract Class<T> getType();
 
-    public String toCQLLiteral(ByteBuffer buffer)
+    protected String toCQLLiteralNonNull(@Nonnull ByteBuffer buffer)

Review Comment:
   moved, didn't resolve just to make sure the placement is in-line



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to