mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Use consistent visibility for ResponseEntityExceptionHandler.getMessageSource()
See gh-29574 Closes gh-29676
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public MessageSource getMessageSource() {
|
||||
protected MessageSource getMessageSource() {
|
||||
return this.messageSource;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user