Fix Javadoc formatting issues for headings

Headings in method-level Javadoc must be h4 or higher in recent versions
of Java.
This commit is contained in:
Sam Brannen
2022-11-16 14:09:42 +01:00
parent 428539f30d
commit 508d2c7a77
4 changed files with 14 additions and 14 deletions

View File

@@ -529,7 +529,7 @@ public class AntPathMatcher implements PathMatcher {
* the first pattern contains a file extension match (e.g., {@code *.html}).
* In that case, the second pattern will be merged into the first. Otherwise,
* an {@code IllegalArgumentException} will be thrown.
* <h3>Examples</h3>
* <h4>Examples</h4>
* <table border="1">
* <tr><th>Pattern 1</th><th>Pattern 2</th><th>Result</th></tr>
* <tr><td>{@code null}</td><td>{@code null}</td><td>&nbsp;</td></tr>