Commit 9b0ed0cb authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #16250 from mrifni

* pr/16250:
  Switch FaviconRequestHandler visibility to package private
parents 09ad80b3 e3269a7e
...@@ -449,10 +449,9 @@ public class WebMvcAutoConfiguration { ...@@ -449,10 +449,9 @@ public class WebMvcAutoConfiguration {
} }
private static final class FaviconRequestHandler static final class FaviconRequestHandler extends ResourceHttpRequestHandler {
extends ResourceHttpRequestHandler {
private FaviconRequestHandler(List<Resource> locations) { FaviconRequestHandler(List<Resource> locations) {
setLocations(locations); setLocations(locations);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment