Use consistent visibility for ResponseEntityExceptionHandler.getMessageSource()

See gh-29574
Closes gh-29676
This commit is contained in:
Johnny Lim
2022-12-12 16:15:52 +01:00
committed by GitHub
parent 9712bb62fd
commit f8a1dac593
@@ -76,7 +76,7 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa
}
@Nullable
public MessageSource getMessageSource() {
protected MessageSource getMessageSource() {
return this.messageSource;
}