Remove unnecessary statement
Closes gh-4222
This commit is contained in:
committed by
Stephane Nicoll
parent
8ad020249e
commit
cfaf813da8
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user