Skip to content

Commit

Permalink
Normalize spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 27, 2025
1 parent 264e128 commit 2c5d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.">
Create new methods getPropertyOfMapBean and setPropertyOfMapBean that the existing
setNestedProperty and getNestedProperty methods now call when they discover the bean
they are accessing implements Map. This makes it much easier for users to subclass
and customise this behavior of PropertyUtilsBean, eg in order to restore pre-1.5 behavior.
and customize this behavior of PropertyUtilsBean, eg in order to restore pre-1.5 behavior.
This patch also causes an exception to be thrown when the propertyName passed to
getPropertyOfMapBean or setPropertyOfMapBean has MAPPED_DELIM or INDEXED_DELIM chars in
it. This never worked as expected before (the whole string was treated literally as the
Expand Down

0 comments on commit 2c5d471

Please sign in to comment.