You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/21 01:37:27 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4989: Add checkstyle validation and fix style violations in the common module

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:
users@infra.apache.org


With regards,
Apache Git Services