stonewhitener opened a new pull request, #3010:
URL: https://github.com/apache/cassandra/pull/3010

   `ant artifacts` fails on the current `cep-15-accord` branch:
   
   ```
   $ ant artifacts
   ...
   checkstyle-test:
   [checkstyle] Running Checkstyle 10.12.1 on 2088 files
   [checkstyle] [ERROR] 
/cassandra/test/distributed/org/apache/cassandra/distributed/test/ReadRepairTest.java:58:8:
 Unused import - org.apache.cassandra.service.accord.AccordService. 
[UnusedImports]
   
   BUILD FAILED
   /cassandra/build.xml:561: The following error occurred while executing this 
line:
   /cassandra/.build/build-checkstyle.xml:57: Got 1 errors and 0 warnings.
   
   Total time: 39 seconds
   ```
   
   Importing the class `org.apache.cassandra.service.accord.AccordService` is 
introduced in f04d9ec1d626213074e9153866e440dafe86408e but the line using the 
class is removed in 38f355ce7f7d5b4f5ed07744283336bc110d6372.


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