maedhroz commented on a change in pull request #1180:
URL: https://github.com/apache/cassandra/pull/1180#discussion_r713281002



##########
File path: src/java/org/apache/cassandra/exceptions/TombstoneAbortException.java
##########
@@ -23,14 +23,14 @@
 import org.apache.cassandra.db.ConsistencyLevel;
 import org.apache.cassandra.locator.InetAddressAndPort;
 
-import static 
org.apache.cassandra.service.reads.ReadCallback.tombstoneAbortMessage;
+import static 
org.apache.cassandra.service.reads.trackwarnings.WarningsSnapshot.tombstoneAbortMessage;

Review comment:
       nit: alternate package naming
   
   ```suggestion
   import static 
org.apache.cassandra.service.reads.warnings.WarningsSnapshot.tombstoneAbortMessage;
   ```




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