You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/17 00:14:55 UTC

[commons-configuration] branch master updated: Fix Checkstyle config.

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 98e1891  Fix Checkstyle config.
98e1891 is described below

commit 98e189186f6a0a2b684911f162f0c8ec98a81c8d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 16 20:14:47 2020 -0400

    Fix Checkstyle config.
---
 conf/checkstyle.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml
index 6d41957..b0f1ec6 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -68,7 +68,6 @@
         <!-- See http://checkstyle.sf.net/config_javadoc.html -->
         <module name="JavadocMethod">
             <property name="scope" value="public"/>
-            <property name="allowUndeclaredRTE" value="true"/>
         </module>
         <module name="JavadocType">
         </module>