You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/11 17:01:14 UTC

[commons-vfs] branch master updated: Fix Checkstyle suppressions DTD link.

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


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

commit e0f5757a48c8bccabbf08a3bfaa2ede0014714a1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 11 12:01:09 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 b44b9d8..95791c8 100644
--- a/checkstyle-suppressions.xml
+++ b/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