This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new a17e1fa com.puppycrawl.tools:checkstyle 8.24 -> 8.25. a17e1fa is described below commit a17e1fabb925207a9a667bf7a0f0a22b617da010 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 30 11:13:53 2019 -0400 com.puppycrawl.tools:checkstyle 8.24 -> 8.25. --- conf/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml index b0c370d..725dd22 100644 --- a/conf/checkstyle.xml +++ b/conf/checkstyle.xml @@ -70,7 +70,6 @@ <module name="JavadocMethod"> <property name="scope" value="public"/> <property name="allowUndeclaredRTE" value="true"/> -<!-- <property name="allowMissingJavadoc" value="true"/> --> </module> <module name="JavadocType"> </module>