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


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

commit 5869350568abbc6ce51d6a3337950ea5d8a9a320
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 10:58:35 2023 -0400

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 0b79c22dc..a0a79964f 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -17,8 +17,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";>
 
 <!-- Apache Commons Collections customization of default Checkstyle behavior 
-->
 <module name="Checker">

Reply via email to