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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 64887e8 Fix Checkstyle XML.
64887e8 is described below
commit 64887e80bbcef1aa29e733498c5de82d738c09a1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 18 10:52:03 2021 -0500
Fix Checkstyle XML.
---
core/checkstyle-suppressions.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/checkstyle-suppressions.xml b/core/checkstyle-suppressions.xml
index d385aaf..1464f47 100644
--- a/core/checkstyle-suppressions.xml
+++ b/core/checkstyle-suppressions.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!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