Seol-JY opened a new pull request, #8148: URL: https://github.com/apache/incubator-seata/pull/8148
### Ⅰ. Describe what this PR did `LockStoreDataBaseDAOBatchAcquireTest` (added in #8145) orders its `java`/`javax` imports before the `org.*` imports, which violates the Spotless import order (`,javax|java,#`) and makes `spotless:check` fail on 2.x. Reorder the imports so the build passes. ### Ⅱ. Does this pull request fix one issue? Fixes the Spotless failure on 2.x introduced by #8145. ### Ⅳ. Describe how to verify it `./mvnw spotless:check -pl server` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
