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

View File

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