Switch FaviconRequestHandler visibility to package private
Closes gh-16250
This commit is contained in:
parent
09ad80b3d9
commit
e3269a7e9b
|
@ -449,10 +449,9 @@ public class WebMvcAutoConfiguration {
|
|||
|
||||
}
|
||||
|
||||
private static final class FaviconRequestHandler
|
||||
extends ResourceHttpRequestHandler {
|
||||
static final class FaviconRequestHandler extends ResourceHttpRequestHandler {
|
||||
|
||||
private FaviconRequestHandler(List<Resource> locations) {
|
||||
FaviconRequestHandler(List<Resource> locations) {
|
||||
setLocations(locations);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue