Skip to content

Commit

Permalink
Update ModelResolver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruhiSuzumiyah authored and frantuma committed Jun 1, 2023
1 parent 7959c88 commit 587b9f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2150,6 +2150,7 @@ protected Set<String> resolveIgnoredProperties(Annotations a, Annotation[] annot
propertiesToIgnore.addAll(Arrays.asList(ignoreProperties.value()));
}
}
propertiesToIgnore.addAll(resolveIgnoredProperties(annotations));
return propertiesToIgnore;
}

Expand Down

0 comments on commit 587b9f0

Please sign in to comment.