maedhroz commented on code in PR #4393: URL: https://github.com/apache/cassandra/pull/4393#discussion_r2380305448
########## src/java/org/apache/cassandra/config/GuardrailsOptions.java: ########## @@ -25,9 +25,10 @@ import javax.annotation.Nullable; import com.google.common.collect.Sets; +import org.apache.cassandra.utils.LocalizeString; Review Comment: nit: move this down into the `cassandra` import group and alphabetize -- 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]

