Fix formatting

pull/271/head
Mahmoud Ben Hassine 5 years ago
parent 28f186babc
commit c512bc33f2
No known key found for this signature in database
GPG Key ID: 79FCFB0A184E0036

@ -27,12 +27,9 @@ import java.lang.annotation.Annotation;
final class Utils {
private Utils() {
}
private Utils() { }
static <A extends Annotation> A findAnnotation(final Class<A> targetAnnotation, final Class<?> annotatedType) {
A foundAnnotation = annotatedType.getAnnotation(targetAnnotation);
if (foundAnnotation == null) {
for (Annotation annotation : annotatedType.getAnnotations()) {

Loading…
Cancel
Save