Switch FaviconRequestHandler visibility to package private
Closes gh-16250
This commit is contained in:
committed by
Stephane Nicoll
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user