Use consistent visibility for ResponseEntityExceptionHandler.getMessageSource()

See gh-29574
Closes gh-29676
This commit is contained in:
Johnny Lim
2022-12-13 00:15:52 +09:00
committed by GitHub
parent 9712bb62fd
commit f8a1dac593

View File

@@ -76,7 +76,7 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa
}
@Nullable
public MessageSource getMessageSource() {
protected MessageSource getMessageSource() {
return this.messageSource;
}