From 8e64701cb74aaded6f647d3c9aa0d186b8654b0b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 15 Nov 2022 14:47:00 +0100 Subject: [PATCH] Fix Javadoc formatting issue in TestSocketUtils --- .../java/org/springframework/test/util/TestSocketUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/util/TestSocketUtils.java b/spring-test/src/main/java/org/springframework/test/util/TestSocketUtils.java index 53c02be7cb..dbf8e477fe 100644 --- a/spring-test/src/main/java/org/springframework/test/util/TestSocketUtils.java +++ b/spring-test/src/main/java/org/springframework/test/util/TestSocketUtils.java @@ -73,7 +73,7 @@ public class TestSocketUtils { /** * Although {@code TestSocketUtils} consists solely of static utility methods, * this constructor is intentionally {@code public}. - *

Rationale

+ *
Rationale
*

Static methods from this class may be invoked from within XML * configuration files using the Spring Expression Language (SpEL) and the * following syntax.