You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by GitBox <gi...@apache.org> on 2021/03/11 07:34:41 UTC

[GitHub] [ambari] liusheng opened a new pull request #3295: [AMBARI-25631] Correct the import order in HostStateEntity.java

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:
users@infra.apache.org



[GitHub] [ambari] liusheng closed pull request #3295: [AMBARI-25631] Correct the import order in HostStateEntity.java

Posted by GitBox <gi...@apache.org>.
liusheng closed pull request #3295:
URL: https://github.com/apache/ambari/pull/3295


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [ambari] martin-g commented on pull request #3295: [AMBARI-25631] Correct the import order in HostStateEntity.java

Posted by GitBox <gi...@apache.org>.
martin-g commented on pull request #3295:
URL: https://github.com/apache/ambari/pull/3295#issuecomment-847768597


   @liusheng This PR could be closed. `trunk` branch is [abandoned](https://lists.apache.org/thread.html/rfacd3855d89ed58e81ed062f83299905255f304678d8042908d881af%40%3Cdev.ambari.apache.org%3E).
   `branch-2.7.0` is the actively maintained one and there is no such issue there.


-- 
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:
users@infra.apache.org