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


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

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

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

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index f0400ca..c2dd707 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -19,7 +19,7 @@ limitations under the License.
 
 <!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 checks="Header" files="LICENSE.txt"/>

Reply via email to