Skip to content

Commit 2c5d471

Browse files
committed
Normalize spelling
1 parent 264e128 commit 2c5d471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.">
631631
Create new methods getPropertyOfMapBean and setPropertyOfMapBean that the existing
632632
setNestedProperty and getNestedProperty methods now call when they discover the bean
633633
they are accessing implements Map. This makes it much easier for users to subclass
634-
and customise this behavior of PropertyUtilsBean, eg in order to restore pre-1.5 behavior.
634+
and customize this behavior of PropertyUtilsBean, eg in order to restore pre-1.5 behavior.
635635
This patch also causes an exception to be thrown when the propertyName passed to
636636
getPropertyOfMapBean or setPropertyOfMapBean has MAPPED_DELIM or INDEXED_DELIM chars in
637637
it. This never worked as expected before (the whole string was treated literally as the

0 commit comments

Comments
 (0)