tasanuma commented on pull request #3031: URL: https://github.com/apache/hadoop/pull/3031#issuecomment-846898948
@virajjasani It would be a lot of work, but I think import sentences should be written in alphabetical order as much as possible. I mean `import org.apache.hadoop.util.Sets;` should be written in the same place where the other `org.apache.hadoop.util` classes are imported. (IntelliJ will add the import statement in the appropriate place if your press Alt+Enter while the class is still unimported.) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
