Pankraz76 commented on code in PR #20219: URL: https://github.com/apache/kafka/pull/20219#discussion_r2232874658
########## README.md: ########## @@ -201,7 +201,12 @@ For experiments (or regression testing purposes) add `-PcheckstyleVersion=X.y.z` #### Spotless #### The import order is a part of static check. please call `spotlessApply` to optimize the imports of Java codes before filing pull request. - ./gradlew spotlessApply +`./gradlew spotlessApply` + +#### Rewrite #### +The import order is a part of static check. please call `rewriteRun` to optimize the imports of Java codes before filing pull request. + +`./gradlew rewriteRun` Review Comment: thanks, updated. -- 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