Skip to content

Commit

Permalink
Use consistent visibility for ResponseEntityExceptionHandler.getMessa…
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mdeinum committed Jun 29, 2023
1 parent 6efcb2a commit ddde962
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 ddde962

Please sign in to comment.