Fix Javadoc formatting issue in TestSocketUtils

This commit is contained in:
Sam Brannen 2022-11-15 14:47:00 +01:00
parent ae9a9e3c06
commit 8e64701cb7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class TestSocketUtils {
/**
* Although {@code TestSocketUtils} consists solely of static utility methods,
* this constructor is intentionally {@code public}.
* <h4>Rationale</h4>
* <h5>Rationale</h5>
* <p>Static methods from this class may be invoked from within XML
* configuration files using the Spring Expression Language (SpEL) and the
* following syntax.