Skip to content

Commit e3269a7

Browse files
mrifnisnicoll
authored andcommitted
Switch FaviconRequestHandler visibility to package private
Closes gh-16250
1 parent 09ad80b commit e3269a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,9 @@ private List<Resource> resolveFaviconLocations() {
449449

450450
}
451451

452-
private static final class FaviconRequestHandler
453-
extends ResourceHttpRequestHandler {
452+
static final class FaviconRequestHandler extends ResourceHttpRequestHandler {
454453

455-
private FaviconRequestHandler(List<Resource> locations) {
454+
FaviconRequestHandler(List<Resource> locations) {
456455
setLocations(locations);
457456
}
458457

0 commit comments

Comments
 (0)