删除多余的 ;

This commit is contained in:
如梦技术 2024-07-16 15:41:57 +08:00
parent 9f4fd79ffb
commit 7b36cf9a68

View File

@ -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;
}