vasiliy-mikhailov commented on PR #38931: URL: https://github.com/apache/shardingsphere/pull/38931#issuecomment-4821383603
Done, thanks. The violation was an `AvoidStaticImport` on `java.time.Duration.ofMillis`; switched to a regular `import java.time.Duration;` and qualified the call. `./mvnw checkstyle:check -Pcheck` is clean now. -- 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]
