Harmonize class visibility

Closes gh-19414
This commit is contained in:
Stephane Nicoll
2019-12-23 17:07:13 +01:00
parent 58a28cf54c
commit 5b1a622195
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;