belliottsmith commented on code in PR #3490: URL: https://github.com/apache/cassandra/pull/3490#discussion_r1754583845
########## src/java/org/apache/cassandra/triggers/TriggerExecutor.java: ########## @@ -19,11 +19,6 @@ package org.apache.cassandra.triggers; import java.nio.ByteBuffer; -import java.util.ArrayList; Review Comment: This was just an automated removed unused, I think? Since unused imports break the build. The star import was already there. Happy to swap this to removing the star import if that is indeed below the threshold (might include additional classes of course) -- 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]

