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-collections.git
The following commit(s) were added to refs/heads/master by this push: new a9777b5 Fix Checkstyle suppressions DTD link. a9777b5 is described below commit a9777b53f0c1232eac0857ca9d38a1eceaddb26a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 11 12:12:29 2021 -0500 Fix Checkstyle suppressions DTD link. --- src/conf/checkstyle-suppressions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle-suppressions.xml b/src/conf/checkstyle-suppressions.xml index 030b78f..d39ca01 100644 --- a/src/conf/checkstyle-suppressions.xml +++ b/src/conf/checkstyle-suppressions.xml @@ -18,7 +18,7 @@ <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.0//EN" - "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd"> + "https://checkstyle.org/dtds/suppressions_1_0.dtd"> <suppressions> <!-- Suppress switch fallthrough / default case for class Flat3Map -->