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

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit a20a1a1421e22bd9df5a7a28b861d49c91fafcce
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 18 13:40:13 2019 +0100

    Fix Javadoc error when building with Java 9
---
 java/org/apache/tomcat/util/digester/SetPropertiesRule.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/digester/SetPropertiesRule.java 
b/java/org/apache/tomcat/util/digester/SetPropertiesRule.java
index 206aa80..88254a1 100644
--- a/java/org/apache/tomcat/util/digester/SetPropertiesRule.java
+++ b/java/org/apache/tomcat/util/digester/SetPropertiesRule.java
@@ -94,7 +94,7 @@ public class SetPropertiesRule extends Rule {
      * <p>If a property name is null or the attribute name has no matching
      * property name, then this indicates that the attribute should be 
ignored.</p>
      *
-     * <h4>Example One</h4>
+     * <h3>Example One</h3>
      * <p> The following constructs a rule that maps the <code>alt-city</code>
      * attribute to the <code>city</code> property and the 
<code>alt-state</code>
      * to the <code>state</code> property.
@@ -105,7 +105,7 @@ public class SetPropertiesRule extends Rule {
      *                new String[] {"city", "state"});
      * </pre>
      *
-     * <h4>Example Two</h4>
+     * <h3>Example Two</h3>
      * <p> The following constructs a rule that maps the <code>class</code>
      * attribute to the <code>className</code> property.
      * The attribute <code>ignore-me</code> is not mapped.


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

Reply via email to