Skip to content

Commit

Permalink
✨ 删除多余的 ;
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Jul 16, 2024
1 parent 9f4fd79 commit 7b36cf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public <A extends Annotation> A getAnnotation(Method method, Class<A> annotation
specificMethod = BridgeMethodResolver.findBridgedMethod(specificMethod);
// 先找方法,再找方法上的类
A annotation = AnnotatedElementUtils.findMergedAnnotation(specificMethod, annotationType);
;
if (null != annotation) {
return annotation;
}
Expand Down

0 comments on commit 7b36cf9

Please sign in to comment.