Commit cfaf813d authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Remove unnecessary statement

Closes gh-4222
parent 8ad02024
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment