You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by GitBox <gi...@apache.org> on 2019/07/23 01:12:36 UTC

[GitHub] [helix] pkuwm commented on issue #349: Need to improve the code style & formatting regulation

pkuwm commented on issue #349: Need to improve the code style & formatting regulation
URL: https://github.com/apache/helix/issues/349#issuecomment-514013728
 
 
   How about the order of imports, to make the imports consistent in the project? Like:
   :::java
   import java.*
   import javax.*
   
   import com.*
   
   import net.*
   
   import org.*
   
   import static *

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


With regards,
Apache Git Services