Polish
This commit is contained in:
parent
3a90d8a64d
commit
f01de79fe2
|
@ -423,7 +423,7 @@ public class PropertiesBeanDefinitionReader extends AbstractBeanDefinitionReader
|
|||
MutablePropertyValues pvs = new MutablePropertyValues();
|
||||
|
||||
String prefixWithSep = prefix + SEPARATOR;
|
||||
int beginIndex = prefix.length() + SEPARATOR.length();
|
||||
int beginIndex = prefixWithSep.length();
|
||||
|
||||
for (Map.Entry<?, ?> entry : map.entrySet()) {
|
||||
String key = StringUtils.trimWhitespace((String) entry.getKey());
|
||||
|
|
Loading…
Reference in New Issue