Formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user