gongxuanzhang opened a new pull request, #16262: URL: https://github.com/apache/kafka/pull/16262
This PR is sub PR from https://github.com/apache/kafka/pull/16097. It is part of a series of changes to progressively apply [spotless plugin(import-order)] across all modules. In this step, the plugin is activated in the Tools module. The transaction-coordinator and server-common modules have been applied. see https://github.com/apache/kafka/pull/16172. All changes are made automatically through `spotlessApply`(exclude build.gradle) ## How to test: We can run `./gradlew spotlessCheck` check for code that does not meet requirements. If we get report that error , we can run `./gradlew spotlessApply` to review my code. In this PR, all change(exclude `build.gradle`) ` by `spotlessApply` -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org