dcapwell commented on code in PR #3954: URL: https://github.com/apache/cassandra/pull/3954#discussion_r1985435464
########## src/java/org/apache/cassandra/net/MessagingService.java: ########## @@ -224,23 +224,6 @@ public enum Version VERSION_50(13), VERSION_51(14); - public static final Version CURRENT; Review Comment: documented why i removed this in `current()`, but the jist is that this is now touched by `Config` so touching DD adds a circular dependecy -- 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