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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new e0ded294 Remove redundant entry e0ded294 is described below commit e0ded29427ffd8160ce49091a68cd0e28de23acc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:50:43 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 1562a81b..2a969cb9 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -74,7 +74,6 @@ <!-- <module name="OperatorWrap"/> --> <module name="WhitespaceAfter"/> <module name="WhitespaceAround"/> - <module name="WhitespaceAroundCheck"/> <!-- Modifier Checks --> <!-- See http://checkstyle.sf.net/config_modifiers.html --> <!-- <module name="ModifierOrder"/> <module name="RedundantModifier"/> -->