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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new e4cd025 Fix Checkstyle configuration DTD link. e4cd025 is described below commit e4cd025142f4527536d598916a015504f810f7ba Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 11 12:09:10 2021 -0500 Fix Checkstyle configuration DTD link. --- src/checkstyle/fileupload_checks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/checkstyle/fileupload_checks.xml b/src/checkstyle/fileupload_checks.xml index b49a4f4..760cfa5 100644 --- a/src/checkstyle/fileupload_checks.xml +++ b/src/checkstyle/fileupload_checks.xml @@ -17,8 +17,8 @@ --> <!DOCTYPE module PUBLIC - "-//Puppy Crawl//DTD Check Configuration 1.1//EN" - "http://www.puppycrawl.com/dtds/configuration_1_1.dtd"> + "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" + "https://checkstyle.org/dtds/configuration_1_2.dtd"> <!-- Checkstyle configuration for Commons FileUpload. FileUpload uses the Sun