vzhikserg commented on a change in pull request #4989: Add checkstyle
validation and fix style violations in the common module
URL: https://github.com/apache/pulsar/pull/4989#discussion_r317420372
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/api/raw/RawMessageId.java
##########
@@ -18,6 +18,7 @@
*/
package org.apache.pulsar.common.api.raw;
+@SuppressWarnings("checkstyle:JavadocType")
Review comment:
No particular reason, but writing javadoc comments takes a considerable
amount of time. The problem was that this module had a lot of violations (appx.
600) and it was hard to fix all of them at once. I fixed most of the suppressed
warnings related to missing javadoc comments. In some cases, I could not find
fitting descriptions and I left the suppressed warnings.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services