Merge pull request #4222 from izeye/patch-42

* pr/4222:
  Remove unnecessary statement
This commit is contained in:
Stephane Nicoll
2015-10-18 09:25:38 +02:00

View File

@@ -198,7 +198,6 @@ public class PropertySourcesPropertyValues implements PropertyValues {
PropertySource<?> collectionOwner = this.collectionOwners.putIfAbsent(
COLLECTION_PROPERTY.matcher(propertyName).replaceAll("[]"), source);
if (collectionOwner == null || collectionOwner == source) {
this.collectionOwners.get(this.collectionOwners);
PropertyValue propertyValue = new OriginCapablePropertyValue(propertyName,
value, propertyName, source);
this.propertyValues.put(propertyName, propertyValue);