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/18 15:53:03 UTC

[commons-fileupload] branch master updated: Fix Checkstyle XML.

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 9d48c8e  Fix Checkstyle XML.
9d48c8e is described below

commit 9d48c8ebcfb097e0676fd8467842d9817c59bec7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 18 10:52:58 2021 -0500

    Fix Checkstyle XML.
---
 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 c90fb42..e40eb4e 100644
--- a/src/checkstyle/checkstyle-suppressions.xml
+++ b/src/checkstyle/checkstyle-suppressions.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE suppressions PUBLIC
-     -//Checkstyle//DTD SuppressionFilter Configuration 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