From 85b0e3bebf49a65add6994fd07e5b03af3f4b23f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Mar 2026 08:57:03 +0000 Subject: [PATCH] Polish "Fix typo in Javadoc for SpringBootTestAnnotation" See gh-49505 --- .../boot/test/context/SpringBootTestAnnotation.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestAnnotation.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestAnnotation.java index 63f44501a81..2aa5147dd6b 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestAnnotation.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestAnnotation.java @@ -27,10 +27,9 @@ import org.springframework.test.context.MergedContextConfiguration; import org.springframework.test.context.TestContextAnnotationUtils; /** - * {@link ContextCustomizer} to track attributes of - * {@link SpringBootTest @SpringBootTest} that are taken into account when evaluating a - * {@link MergedContextConfiguration} to determine if a context can be shared between - * tests. + * {@link ContextCustomizer} to track attributes of {@link SpringBootTest @SpringBootTest} + * that are taken into account when evaluating a {@link MergedContextConfiguration} to + * determine if a context can be shared between tests. * * @author Phillip Webb * @author Madhura Bhave