mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Revert unintentional change in AnnotationUtils
This commit is contained in:
@@ -364,11 +364,12 @@ public abstract class AnnotationUtils {
|
||||
result = searchOnInterfaces(method, annotationType, clazz.getInterfaces());
|
||||
}
|
||||
}
|
||||
|
||||
if (result != null) {
|
||||
findAnnotationCache.put(cacheKey, result);
|
||||
}
|
||||
}
|
||||
|
||||
if (result != null) {
|
||||
findAnnotationCache.put(cacheKey, result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user