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:15:59 UTC

[commons-bcel] 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-bcel.git


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

commit 1d90beea0bdf9288eaeb79ba37291ce9e9f34753
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 11 12:15:55 2021 -0500

    Fix Checkstyle suppressions DTD link.
---
 src/conf/checkstyle-suppressions.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/checkstyle-suppressions.xml b/src/conf/checkstyle-suppressions.xml
index 2494608..e0ef08d 100644
--- a/src/conf/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle-suppressions.xml
@@ -17,8 +17,8 @@ limitations under the License.
 -->
 
 <!DOCTYPE suppressions PUBLIC
-    "-//Puppy Crawl//DTD Suppressions 1.1//EN"
-    "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
+    "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
+    "https://checkstyle.org/dtds/suppressions_1_0.dtd">
 <!-- SEE: http://checkstyle.sourceforge.net/config.html#Examples -->
 <suppressions>
     <suppress checks="LineLength"  files="InstructionFinder.java"/> <!-- TODO later -->