merlimat commented on pull request #11811: URL: https://github.com/apache/pulsar/pull/11811#issuecomment-907268276
@liangyuanpeng There are few checktyle issues reported in CI: ``` [INFO] There are 4 errors reported by Checkstyle 8.37 with ../buildtools/src/main/resources/pulsar/checkstyle.xml ruleset. 5651 Error: src/main/java/org/apache/pulsar/broker/web/RestException.java:[23,8] (imports) UnusedImports: Unused import: java.util.concurrent.CompletableFuture. 5652 Error: src/main/java/org/apache/pulsar/broker/web/RestException.java:[79,10] (whitespace) WhitespaceAround: 'else' is not preceded with whitespace. 5653 Error: src/main/java/org/apache/pulsar/broker/web/RestException.java:[79,15] (whitespace) WhitespaceAround: 'if' is not followed by whitespace. 5654 Error: src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java:[72,8] (imports) UnusedImports: Unused import: org.apache.pulsar.client.admin.PulsarAdminException. ``` -- 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]
