aweisberg commented on code in PR #3490:
URL: https://github.com/apache/cassandra/pull/3490#discussion_r1759239174


##########
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:
   You are right the imports are redundant with the * import, but if you have 
the correct style settings then it would remove the star import not the 
individual imports.
   
   <img width="1009" alt="image" 
src="https://github.com/user-attachments/assets/25d50349-ba50-4ee1-8cca-825c3957a3d9";>
   



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