@ -76,7 +76,7 @@ public class SystemEnvironmentPropertySource extends MapPropertySource {
@@ -76,7 +76,7 @@ public class SystemEnvironmentPropertySource extends MapPropertySource {
*/
@Override
publicbooleancontainsProperty(Stringname){
returngetProperty(name)!=null;
return(getProperty(name)!=null);
}
/**
@ -89,9 +89,8 @@ public class SystemEnvironmentPropertySource extends MapPropertySource {
@@ -89,9 +89,8 @@ public class SystemEnvironmentPropertySource extends MapPropertySource {
Assert.notNull(name,"property name must not be null");
"PropertySource [%s] does not contain '%s', but found equivalent '%s'",
this.getName(),name,actualName));
logger.debug(String.format("PropertySource [%s] does not contain '%s', but found equivalent '%s'",
getName(),name,actualName));
}
returnsuper.getProperty(actualName);
}
@ -115,7 +114,8 @@ public class SystemEnvironmentPropertySource extends MapPropertySource {
@@ -115,7 +114,8 @@ public class SystemEnvironmentPropertySource extends MapPropertySource {
@ -186,18 +186,17 @@ public class AnnotationConfigWebApplicationContext extends AbstractRefreshableWe
@@ -186,18 +186,17 @@ public class AnnotationConfigWebApplicationContext extends AbstractRefreshableWe
@ -67,10 +67,10 @@ public class StandardServletEnvironment extends StandardEnvironment implements C
@@ -67,10 +67,10 @@ public class StandardServletEnvironment extends StandardEnvironment implements C
@ -84,7 +84,7 @@ public class XmlWebApplicationContext extends AbstractRefreshableWebApplicationC
@@ -84,7 +84,7 @@ public class XmlWebApplicationContext extends AbstractRefreshableWebApplicationC
// Configure the bean definition reader with this context's