mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Harmonize class visibility
Closes gh-19414
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public class HttpEncodingAutoConfiguration {
|
||||
return new LocaleCharsetMappingsCustomizer(this.properties);
|
||||
}
|
||||
|
||||
private static class LocaleCharsetMappingsCustomizer
|
||||
static class LocaleCharsetMappingsCustomizer
|
||||
implements WebServerFactoryCustomizer<ConfigurableServletWebServerFactory>, Ordered {
|
||||
|
||||
private final HttpProperties.Encoding properties;
|
||||
|
||||
+1
-1
@@ -252,7 +252,7 @@ public class ErrorMvcAutoConfiguration {
|
||||
/**
|
||||
* {@link WebServerFactoryCustomizer} that configures the server's error pages.
|
||||
*/
|
||||
private static class ErrorPageCustomizer implements ErrorPageRegistrar, Ordered {
|
||||
static class ErrorPageCustomizer implements ErrorPageRegistrar, Ordered {
|
||||
|
||||
private final ServerProperties properties;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user