liusheng opened a new pull request #3295:
URL: https://github.com/apache/ambari/pull/3295


   ## What changes were proposed in this pull request?
   
   This change correct the import order to fix the error when run checkstyle
   
   ## How was this patch tested?
   
   without this change, when run `mvn install` in Ambari, it will raise 
following error:
   ```
   [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle) @ ambari-server 
---                                                                             
                                                       
   [INFO] Starting audit...                                                     
                                                                                
                                                     
   [ERROR] 
/home/ambari/ambari/ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostStateEntity.java:36:
 Wrong order for 'java.util.Objects' import. [ImportOrder] 
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to