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


The following commit(s) were added to refs/heads/master by this push:
     new cfa0016f Update Checkstyle DTD version from 1.0 to 1.2
cfa0016f is described below

commit cfa0016f2c23c74ab8add3ec5fba87afce3edac9
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Sun May 5 14:42:07 2024 -0400

    Update Checkstyle DTD version from 1.0 to 1.2
---
 src/conf/checkstyle-suppressions.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/checkstyle-suppressions.xml 
b/src/conf/checkstyle-suppressions.xml
index bf3c1e68..643d511e 100644
--- a/src/conf/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle-suppressions.xml
@@ -17,8 +17,8 @@ limitations under the License.
 -->
 
 <!DOCTYPE suppressions PUBLIC
-    "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
-    "https://checkstyle.org/dtds/suppressions_1_0.dtd";>
+    "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+    "https://checkstyle.org/dtds/suppressions_1_2.dtd";>
 <!-- SEE: http://checkstyle.sourceforge.net/config.html#Examples -->
 <suppressions>
     <suppress checks="LineLength"  files="InstructionFinder.java"/> <!-- TODO 
later -->

Reply via email to