Formatting

pull/4690/merge
Phillip Webb 9 years ago
parent 19056a1104
commit 5a7dece144

@ -546,8 +546,8 @@ public class SpringApplication {
}
private Banner selectBanner(Environment environment) {
String location = environment
.getProperty(BANNER_LOCATION_PROPERTY, BANNER_LOCATION_PROPERTY_VALUE);
String location = environment.getProperty(BANNER_LOCATION_PROPERTY,
BANNER_LOCATION_PROPERTY_VALUE);
ResourceLoader resourceLoader = this.resourceLoader != null ? this.resourceLoader
: new DefaultResourceLoader(getClassLoader());
Resource resource = resourceLoader.getResource(location);

@ -604,8 +604,6 @@ public class ConfigFileApplicationListener implements EnvironmentPostProcessor,
static class ConfigurationPropertySources
extends EnumerablePropertySource<Collection<PropertySource<?>>> {
private final Collection<PropertySource<?>> sources;
private final String[] names;

Loading…
Cancel
Save