Harmonize class visibility

Closes gh-19414
pull/19446/head
Stephane Nicoll 5 years ago
parent 58a28cf54c
commit 5b1a622195

@ -68,7 +68,7 @@ public class HttpEncodingAutoConfiguration {
return new LocaleCharsetMappingsCustomizer(this.properties); return new LocaleCharsetMappingsCustomizer(this.properties);
} }
private static class LocaleCharsetMappingsCustomizer static class LocaleCharsetMappingsCustomizer
implements WebServerFactoryCustomizer<ConfigurableServletWebServerFactory>, Ordered { implements WebServerFactoryCustomizer<ConfigurableServletWebServerFactory>, Ordered {
private final HttpProperties.Encoding properties; private final HttpProperties.Encoding properties;

@ -252,7 +252,7 @@ public class ErrorMvcAutoConfiguration {
/** /**
* {@link WebServerFactoryCustomizer} that configures the server's error pages. * {@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; private final ServerProperties properties;

Loading…
Cancel
Save