@ -132,7 +132,7 @@ public class ConfigFileApplicationListener implements
@@ -132,7 +132,7 @@ public class ConfigFileApplicationListener implements
private void onApplicationEnvironmentPreparedEvent (
ConfigurableEnvironment environment , SpringApplication application ) {
addProperySources ( environment ) ;
addPropert ySources ( environment ) ;
bindToSpringApplication ( environment , application ) ;
}
@ -145,7 +145,7 @@ public class ConfigFileApplicationListener implements
@@ -145,7 +145,7 @@ public class ConfigFileApplicationListener implements
* @param environment the environment to add source to
* @see # addPostProcessors ( ConfigurableApplicationContext )
* /
protected void addProperySources ( ConfigurableEnvironment environment ) {
protected void addPropert ySources ( ConfigurableEnvironment environment ) {
RandomValuePropertySource . addToEnvironment ( environment ) ;
try {
PropertySource < ? > defaultProperties = environment . getPropertySources ( )