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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 698bd143 Update Checkstyle DTD version from 1.0 to 1.2
698bd143 is described below
commit 698bd1437250374c8bf7bd7786580e94690c4bb7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 5 14:47:14 2024 -0400
Update Checkstyle DTD version from 1.0 to 1.2
---
src/conf/checkstyle-suppressions.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/conf/checkstyle-suppressions.xml
b/src/conf/checkstyle-suppressions.xml
index 98a2b135..75ac9ce5 100644
--- a/src/conf/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle-suppressions.xml
@@ -1,7 +1,4 @@
<?xml version="1.0"?>
-<!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
@@ -18,6 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!DOCTYPE suppressions PUBLIC
+ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+ "https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks="FileLength" files="StrBuilderTest.java" />
<suppress checks="FileLength" files="StrBuilder.java" />