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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 010d6791 Remove redundant entry 010d6791 is described below commit 010d67910ccfcfec025f49b528e09ece9294f5c0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:50:12 2025 -0500 Remove redundant entry --- src/conf/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index b6a79570..ce26fb2f 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -73,7 +73,6 @@ limitations under the License. <module name="UpperEll" /> <module name="WhitespaceAfter" /> <module name="WhitespaceAround" /> - <module name="WhitespaceAroundCheck" /> </module> <property name="localeLanguage" value="en" /> </module>