mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix links in Javadoc
Closes gh-25448
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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