mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix broken Javadoc links
See gh-28906
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user