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


The following commit(s) were added to refs/heads/master by this push:
     new e093df2  Update checkstyle-suppressions.xml
e093df2 is described below

commit e093df2c10db91ab24694596b95dcc05d379ba08
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sun Jan 17 18:00:38 2021 -0500

    Update checkstyle-suppressions.xml
    
    Fix XML.
---
 src/conf/checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/checkstyle-suppressions.xml 
b/src/conf/checkstyle-suppressions.xml
index d2eedd3..e4e4b3f 100644
--- a/src/conf/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle-suppressions.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE suppressions PUBLIC -//Checkstyle//DTD SuppressionFilter 
Configuration 1.0//EN "https://checkstyle.org/dtds/suppressions_1_0.dtd";>
+<!DOCTYPE suppressions PUBLIC "-//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
    contributor license agreements.  See the NOTICE file distributed with

Reply via email to