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-net.git
The following commit(s) were added to refs/heads/master by this push: new 7bd8e30d Remove redundant entry 7bd8e30d is described below commit 7bd8e30de19ceafb2860be32846bcca2c6d9aca9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:51:20 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 407714a9..a9ff6105 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -84,7 +84,6 @@ limitations under the License. </module> <module name="WhitespaceAfter" /> <module name="WhitespaceAround" /> - <module name="WhitespaceAroundCheck" /> </module> <module name="SuppressionFilter"> <!-- config_loc is used by Eclipse plugin -->