EdColeman commented on PR #3177:
URL: https://github.com/apache/accumulo/pull/3177#issuecomment-1412187896

   The offending import in TabletLocatorImplTest  is 
   ```
   import org.junit.Assert;
   ```
   
   Also, there may be other checkstyle issues that need to be addressed:
   ```
   [WARNING] 
src/main/java/org/apache/accumulo/core/clientImpl/TabletLocatorImpl.java:[356,9]
 (blocks) NeedBraces: 'if' construct must use '{}'s.
   [WARNING] 
src/test/java/org/apache/accumulo/core/clientImpl/TabletLocatorImplTest.java:[61]
 (regexp) RegexpSinglelineJava: Use static imports for Assert.* methods for 
consistency
   
   ```


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

Reply via email to