Remove unnecessary semicolon in AnnotatedElementUtils

Closes gh-23477
This commit is contained in:
Andrey Kolchanov 2019-08-17 16:07:39 +03:00 committed by Sam Brannen
parent 31cde12540
commit 6937d95e69
1 changed files with 1 additions and 1 deletions

View File

@ -830,6 +830,6 @@ public abstract class AnnotatedElementUtils {
return this.annotations.clone();
}
};
}
}