Revert unintentional change in AnnotationUtils
This commit is contained in:
parent
b723dcebba
commit
ececf32c05
|
@ -364,11 +364,12 @@ public abstract class AnnotationUtils {
|
||||||
result = searchOnInterfaces(method, annotationType, clazz.getInterfaces());
|
result = searchOnInterfaces(method, annotationType, clazz.getInterfaces());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (result != null) {
|
||||||
|
findAnnotationCache.put(cacheKey, result);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result != null) {
|
|
||||||
findAnnotationCache.put(cacheKey, result);
|
|
||||||
}
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue