sijie 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_r315968491
##########
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:
Any reason why we are suppressing Javadoc warning? I think it is better to
fix the java doc since we are touching the files.
----------------------------------------------------------------
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