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-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new ee0a713 Fix Checkstyle suppressions DTD link.
ee0a713 is described below
commit ee0a7131b6b87586b28542de354951414dedac3f
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:18:58 2021 -0500
Fix Checkstyle suppressions DTD link.
---
src/checkstyle/checkstyle-suppressions.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/checkstyle/checkstyle-suppressions.xml
b/src/checkstyle/checkstyle-suppressions.xml
index 42236c9..c90fb42 100644
--- a/src/checkstyle/checkstyle-suppressions.xml
+++ b/src/checkstyle/checkstyle-suppressions.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
- "-//Puppy Crawl//DTD Suppressions 1.0//EN"
+ -//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN
"https://checkstyle.org/dtds/suppressions_1_0.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more