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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 42dec0d  Fix Checkstyle suppressions DTD link.
42dec0d is described below

commit 42dec0deb9f6b30921717736da6740dca553d84a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:00:09 2021 -0500

    Fix Checkstyle suppressions DTD link.
---
 conf/checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/checkstyle-suppressions.xml b/conf/checkstyle-suppressions.xml
index caad72e..3b81f36 100644
--- a/conf/checkstyle-suppressions.xml
+++ b/conf/checkstyle-suppressions.xml
@@ -2,7 +2,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";>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Reply via email to