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-validator.git
The following commit(s) were added to refs/heads/master by this push: new d38296e0 Remove duplicate Checkstyle module d38296e0 is described below commit d38296e0fb0e8701924d76f452cead8e2def093b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 1 01:10:35 2025 -0400 Remove duplicate Checkstyle module --- src/conf/checkstyle/checkstyle.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 45809fac..8b8ca7df 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -61,9 +61,6 @@ <module name="JavadocMethod"> <property name="accessModifiers" value="protected" /> </module> - <module name="JavadocVariable"> - <property name="accessModifiers" value="protected"/> - </module> <module name="ImportOrder"> <property name="option" value="top"/> <property name="groups" value="java,javax,org,junit"/>