Skip to content

Commit

Permalink
Remove unnecessary semicolon in AnnotatedElementUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey4623 authored and sbrannen committed Aug 17, 2019
1 parent 31cde12 commit 6937d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,6 @@ public Annotation[] getDeclaredAnnotations() {
return this.annotations.clone();
}

};
}

}

0 comments on commit 6937d95

Please sign in to comment.