Skip to content

Commit

Permalink
Use consistent visibility for ResponseEntityExceptionHandler.getMessa…
Browse files Browse the repository at this point in the history
…geSource()

See gh-29574
Closes gh-29676
  • Loading branch information
izeye committed Dec 12, 2022
1 parent 9712bb6 commit f8a1dac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public void setMessageSource(MessageSource messageSource) {
}

@Nullable
public MessageSource getMessageSource() {
protected MessageSource getMessageSource() {
return this.messageSource;
}

Expand Down

0 comments on commit f8a1dac

Please sign in to comment.