ifesdjeen commented on code in PR #3954: URL: https://github.com/apache/cassandra/pull/3954#discussion_r1994023160
########## src/java/org/apache/cassandra/index/accord/RouteIndexFormat.java: ########## @@ -178,7 +167,7 @@ public static ByteBuffer extractParticipants(RouteJournalIndex index, TxnId txnI } } - public static AccordJournal.Builder extract(TxnId txnId, ByteBuffer record, int user_version) + public static AccordJournal.Builder extract(TxnId txnId, ByteBuffer record, Version user_version) Review Comment: nit; pre-existing: Should we switch user_version to `userVersion` (i.e. camelCase)? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org