Fix broken Javadoc links

See gh-28906
This commit is contained in:
Sam Brannen
2022-08-04 11:51:56 +03:00
parent 6c81ac9454
commit 843221b448
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ import org.springframework.util.StringUtils;
* @see ActiveProfiles
* @see TestPropertySource
* @see ContextConfigurationAttributes
* @see SmartContextLoader#loadContext(MergedContextConfiguration, boolean)
* @see SmartContextLoader#loadContext(MergedContextConfiguration)
*/
public class MergedContextConfiguration implements Serializable {

View File

@@ -128,7 +128,7 @@ public abstract class AbstractContextLoader implements SmartContextLoader {
* @see TestPropertySourceUtils#addPropertiesFilesToEnvironment
* @see TestPropertySourceUtils#addInlinedPropertiesToEnvironment
* @see ApplicationContextInitializer#initialize(ConfigurableApplicationContext)
* @see #loadContext(MergedContextConfiguration, boolean)
* @see #loadContext(MergedContextConfiguration)
* @see ConfigurableApplicationContext#setId
*/
protected void prepareContext(ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) {

View File

@@ -50,7 +50,7 @@ import org.springframework.util.StringUtils;
* @see org.springframework.test.context.ContextConfiguration
* @see org.springframework.test.context.ActiveProfiles
* @see org.springframework.test.context.ContextConfigurationAttributes
* @see org.springframework.test.context.SmartContextLoader#loadContext(MergedContextConfiguration, boolean)
* @see org.springframework.test.context.SmartContextLoader#loadContext(MergedContextConfiguration)
*/
public class WebMergedContextConfiguration extends MergedContextConfiguration {