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