Browse Source

Merge pull request #49505 from sbrannen

* gh-49505:
  Polish "Fix typo in Javadoc for SpringBootTestAnnotation"
  Fix typo in Javadoc for SpringBootTestAnnotation

Closes gh-49505
pull/49591/head
Andy Wilkinson 1 week ago
parent
commit
ea8aec77a4
  1. 7
      spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTestAnnotation.java

7
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; import org.springframework.test.context.TestContextAnnotationUtils;
/** /**
* {@link ContextCustomizer} to track attributes of * {@link ContextCustomizer} to track attributes of {@link SpringBootTest @SpringBootTest}
* {@link SpringBootTest @SptringBootTest} that are taken into account when evaluating a * that are taken into account when evaluating a {@link MergedContextConfiguration} to
* {@link MergedContextConfiguration} to determine if a context can be shared between * determine if a context can be shared between tests.
* tests.
* *
* @author Phillip Webb * @author Phillip Webb
* @author Madhura Bhave * @author Madhura Bhave

Loading…
Cancel
Save