mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update TODOs in AnnotatedElementUtils[Tests]
Issue: SPR-12738
This commit is contained in:
-2
@@ -479,8 +479,6 @@ public class AnnotatedElementUtils {
|
||||
}
|
||||
|
||||
try {
|
||||
// TODO [SPR-12738] Resolve equivalent parameterized
|
||||
// method (i.e., bridged method) in superclass.
|
||||
Method equivalentMethod = clazz.getDeclaredMethod(method.getName(),
|
||||
method.getParameterTypes());
|
||||
Method resolvedEquivalentMethod = BridgeMethodResolver.findBridgedMethod(equivalentMethod);
|
||||
|
||||
Reference in New Issue
Block a user