We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05fc2e commit e377fc0Copy full SHA for e377fc0
spring-beans/src/main/java/org/springframework/beans/BeanWrapperImpl.java
@@ -1055,7 +1055,7 @@ else if (propValue instanceof Map) {
1055
else {
1056
throw new InvalidPropertyException(getRootClass(), this.nestedPath + propertyName,
1057
"Property referenced in indexed property path '" + propertyName +
1058
- "' is neither an array nor a List nor a Map; returned value was [" + pv.getValue() + "]");
+ "' is neither an array nor a List nor a Map; returned value was [" + propValue + "]");
1059
}
1060
1061
0 commit comments