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-email.git
The following commit(s) were added to refs/heads/master by this push: new 15163cd Clean up XML 15163cd is described below commit 15163cd81c162d429a0ffdcf5a308c7f19ebc431 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 1 07:59:55 2025 -0400 Clean up XML --- src/conf/checkstyle.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 47343ca..ad20bf3 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -53,8 +53,7 @@ <module name="TreeWalker"> - <module name="JavadocType"> - </module> + <module name="JavadocType" /> <module name="JavadocVariable" /> <!-- Checks for Naming Conventions. -->