Fix links in Javadoc
Closes gh-25448
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user