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:13:17 UTC

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

pkuwm edited a comment 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:
   ```
   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