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


The following commit(s) were added to refs/heads/master by this push:
     new 6b399b84 Update DTD
6b399b84 is described below

commit 6b399b84a48714a672f656249ff385ce4e92cd8a
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:17:44 2023 -0400

    Update DTD
---
 src/conf/checkstyle.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 5958cb96..efe5180c 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -16,10 +16,8 @@
  limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
-    "https://checkstyle.org/dtds/configuration_1_2.dtd";>
-
-
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd";>
 <!--
   
   These checks still need to be Voted on for Validator, but
@@ -38,7 +36,6 @@
   is a high priority goal for the development team.
 
 -->
-
 <module name="Checker">
 
    <module name="TreeWalker">

Reply via email to