hangc0276 opened a new pull request, #3587: URL: https://github.com/apache/bookkeeper/pull/3587
### Motivation When running the check style, it fails with the following exception. ``` Error: /home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/api/BookKeeperBuildersOpenLedgerTest.java:45: Missing a Javadoc comment. [JavadocType] Audit done. [INFO] There is 1 error reported by Checkstyle 6.19 with buildtools/src/main/resources/bookkeeper/checkstyle.xml ruleset. Error: src/test/java/org/apache/bookkeeper/client/api/BookKeeperBuildersOpenLedgerTest.java:[45] (javadoc) JavadocType: Missing a Javadoc comment. ``` ### Changes Add javadoc comments for test classes. -- 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]
