You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/12/05 14:17:25 UTC

[GitHub] [incubator-hudi] lamber-ken commented on a change in pull request #1079: [HUDI-379] Refactor the codes based on new JavadocStyle code style rule

lamber-ken commented on a change in pull request #1079: [HUDI-379] Refactor the codes based on new JavadocStyle code style rule
URL: https://github.com/apache/incubator-hudi/pull/1079#discussion_r354337130
 
 

 ##########
 File path: style/checkstyle.xml
 ##########
 @@ -271,9 +271,8 @@
         <module name="EmptyStatement" />
 
         <!-- Checks for Java Docs. -->
-        <module name="JavadocStyle">
-            <property name="severity" value="info"/>
-        </module>
+        <module name="JavadocStyle"/>
+
 
 Review comment:
   > The default severity is `error`, is the time to change it?
   
   yes, I fix all codes based on JavadocStyle.

----------------------------------------------------------------
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