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 64a0394 commit dd73848Copy full SHA for dd73848
spring-beans/src/main/java/org/springframework/beans/BeanWrapperImpl.java
@@ -1025,7 +1025,7 @@ else if (propValue instanceof Map) {
1025
else {
1026
throw new InvalidPropertyException(getRootClass(), this.nestedPath + propertyName,
1027
"Property referenced in indexed property path '" + propertyName +
1028
- "' 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 + "]");
1029
}
1030
1031
0 commit comments