nicoloboschi opened a new pull request, #3671:
URL: https://github.com/apache/bookkeeper/pull/3671

   ### Motivation
   
   Master build fails due to checsktyle
   
   ```
   Error:  
/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/server/http/service/BookieSanityService.java:26:1:
 Extra separation in import group before 
'org.apache.bookkeeper.common.util.JsonUtil' [ImportOrder]
   Error:  
/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/server/http/service/BookieSanityService.java:36:1:
 Extra separation in import group before 'lombok.Data' [ImportOrder]
   Error:  
/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/server/http/service/BookieSanityService.java:36:1:
 Import lombok.Data appears after other imports that it should precede 
[ImportOrder]
   ```
   
   
   ### Changes
   
   Fix checkstyle
   


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