mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Merge pull request #49505 from sbrannen
* gh-49505: Polish "Fix typo in Javadoc for SpringBootTestAnnotation" Fix typo in Javadoc for SpringBootTestAnnotation Closes gh-49505
This commit is contained in:
+3
-4
@@ -27,10 +27,9 @@ import org.springframework.test.context.MergedContextConfiguration;
|
||||
import org.springframework.test.context.TestContextAnnotationUtils;
|
||||
|
||||
/**
|
||||
* {@link ContextCustomizer} to track attributes of
|
||||
* {@link SpringBootTest @SptringBootTest} 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
|
||||
|
||||
Reference in New Issue
Block a user