Fix Javadoc links

See gh-35697
This commit is contained in:
Sam Brannen
2025-10-30 14:43:29 +01:00
parent a8349e1c5c
commit d33f2c6f73
2 changed files with 3 additions and 3 deletions
@@ -45,8 +45,8 @@ import org.springframework.test.context.ContextLoader;
* @see org.junit.jupiter.api.extension.ExtendWith @ExtendWith
* @see org.springframework.test.context.junit.jupiter.SpringExtension SpringExtension
* @see org.springframework.test.context.junit.jupiter.SpringExtensionConfig @SpringExtensionConfig
* @see org.springframework.test.context.junit.ContextConfiguration @ContextConfiguration
* @see org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig @SpringJUnitWebConfig
* @see org.springframework.test.context.ContextConfiguration @ContextConfiguration
*/
@ExtendWith(SpringExtension.class)
@ContextConfiguration
@@ -48,9 +48,9 @@ import org.springframework.test.context.web.WebAppConfiguration;
* @see org.junit.jupiter.api.extension.ExtendWith @ExtendWith
* @see org.springframework.test.context.junit.jupiter.SpringExtension SpringExtension
* @see org.springframework.test.context.junit.jupiter.SpringExtensionConfig @SpringExtensionConfig
* @see org.springframework.test.context.junit.ContextConfiguration @ContextConfiguration
* @see org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration
* @see org.springframework.test.context.junit.jupiter.SpringJUnitConfig @SpringJUnitConfig
* @see org.springframework.test.context.ContextConfiguration @ContextConfiguration
* @see org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration
*/
@ExtendWith(SpringExtension.class)
@ContextConfiguration