Consistent use of logIntrospectionFailure
Issue: SPR-12325
This commit is contained in:
parent
8325b10080
commit
47dde91763
|
@ -355,7 +355,7 @@ public abstract class AnnotationUtils {
|
|||
}
|
||||
catch (Exception ex) {
|
||||
// Assuming nested Class values not resolvable within annotation attributes...
|
||||
// We're probably hitting a non-present optional arrangement - let's back out.
|
||||
logIntrospectionFailure(clazz, ex);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue