Fix links in Javadoc

Closes gh-25448
This commit is contained in:
XenoAmess
2020-07-22 16:24:55 +08:00
committed by GitHub
parent fa0a1446f0
commit c7f44ff671
9 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ import org.springframework.lang.Nullable;
* Read-only {@code Map<String, String>} implementation that is backed by system
* properties or environment variables.
*
* <p>Used by {@link AbstractApplicationContext} when a {@link SecurityManager} prohibits
* <p>Used by {@link AbstractEnvironment} when a {@link SecurityManager} prohibits
* access to {@link System#getProperties()} or {@link System#getenv()}. It is for this
* reason that the implementations of {@link #keySet()}, {@link #entrySet()}, and
* {@link #values()} always return empty even though {@link #get(Object)} may in fact

View File

@@ -611,7 +611,7 @@ class AnnotatedElementUtilsTests {
/**
* Bridge/bridged method setup code copied from
* {@link org.springframework.core.BridgeMethodResolverTests#testWithGenericParameter()}.
* {@link org.springframework.core.BridgeMethodResolverTests#withGenericParameter()}.
* @since 4.2
*/
@Test

View File

@@ -184,7 +184,7 @@ class MultipleComposedAnnotationsOnSingleAnnotatedElementTests {
/**
* Bridge/bridged method setup code copied from
* {@link org.springframework.core.BridgeMethodResolverTests#testWithGenericParameter()}.
* {@link org.springframework.core.BridgeMethodResolverTests#withGenericParameter()}.
*/
Method getBridgeMethod() throws NoSuchMethodException {
Method[] methods = StringGenericParameter.class.getMethods();