This is an automated email from the ASF dual-hosted git repository.

csutherl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new bf538e1597 Drop xml prolog from DTD as it's not needed and causing the 
file to be flagged as malformed by xml validators
bf538e1597 is described below

commit bf538e1597f0c6474d0962428329c1567619a666
Author: Coty Sutherland <csuth...@apache.org>
AuthorDate: Thu Feb 2 09:01:44 2023 -0500

    Drop xml prolog from DTD as it's not needed and causing the file to be 
flagged as malformed by xml validators
---
 java/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd 
b/java/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd
index 28c4d129cb..4c1f523635 100644
--- a/java/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd
+++ b/java/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to