wangjialing218 opened a new pull request #8674: URL: https://github.com/apache/pulsar/pull/8674
### Motivation Some packages build fail due to `ImportOrder` check fail by checkstyle. Although these packages are excluded in `suppressions.xml` but still got `ImportOrder` check fail in my environment. ### Modifications Optimize imports for these package by IDEA using the Imports setting mentioned in #8556 1. Remove the blank line between imports. 2. Reorder imports in ascending 3. Remove exclude pacakge in `suppressions.xml` ---------------------------------------------------------------- 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]
