smiklosovic commented on code in PR #3241:
URL: https://github.com/apache/cassandra/pull/3241#discussion_r1565466969


##########
src/java/org/apache/cassandra/cql3/statements/BatchUpdatesCollector.java:
##########
@@ -124,15 +125,15 @@ private IMutationBuilder 
makeMutationBuilder(TableMetadata metadata, DecoratedKe
      * Returns a collection containing all the mutations.
      * @return a collection containing all the mutations.
      */
-    public List<IMutation> toMutations()
+    public List<IMutation> toMutations(ClientState state)

Review Comment:
   nit @maedhroz what about updating the javadoc too?



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