mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +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);
|
||||
// 先找方法,再找方法上的类
|
||||
A annotation = AnnotatedElementUtils.findMergedAnnotation(specificMethod, annotationType);
|
||||
;
|
||||
if (null != annotation) {
|
||||
return annotation;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user