Remove unnecessary semicolon in AnnotatedElementUtils
Closes gh-23477
This commit is contained in:
parent
31cde12540
commit
6937d95e69
|
@ -830,6 +830,6 @@ public abstract class AnnotatedElementUtils {
|
|||
return this.annotations.clone();
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue