Skip to content

Commit

Permalink
remove duplicated getDefaultValues
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyw979 committed Oct 27, 2023
1 parent 7ed3a82 commit cb2895e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ public boolean isStaticInitializer() {

@Nonnull
public Iterable<AnnotationUsage> getAnnotations(@Nonnull Optional<JavaView> view) {
annotations.forEach(e -> e.getAnnotation().getDefaultValues(view));

resolveDefaultsForAnnotationTypes(view, annotations);

return annotations;
}

Expand Down

0 comments on commit cb2895e

Please sign in to comment.