mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-31 08:14:18 +08:00
✨ 删除多余的 ;
This commit is contained in:
parent
9f4fd79ffb
commit
7b36cf9a68
@ -81,7 +81,6 @@ public class ClassUtils extends org.springframework.util.ClassUtils {
|
|||||||
specificMethod = BridgeMethodResolver.findBridgedMethod(specificMethod);
|
specificMethod = BridgeMethodResolver.findBridgedMethod(specificMethod);
|
||||||
// 先找方法,再找方法上的类
|
// 先找方法,再找方法上的类
|
||||||
A annotation = AnnotatedElementUtils.findMergedAnnotation(specificMethod, annotationType);
|
A annotation = AnnotatedElementUtils.findMergedAnnotation(specificMethod, annotationType);
|
||||||
;
|
|
||||||
if (null != annotation) {
|
if (null != annotation) {
|
||||||
return annotation;
|
return annotation;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user