This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-digester.git
The following commit(s) were added to refs/heads/master by this push: new a20006ab Normalize spelling a20006ab is described below commit a20006ab788d6709626ae6d791146b14eea792d1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 27 11:04:29 2025 -0500 Normalize spelling --- .../commons/digester3/SetNestedPropertiesRuleTestCase.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commons-digester3-core/src/test/java/org/apache/commons/digester3/SetNestedPropertiesRuleTestCase.java b/commons-digester3-core/src/test/java/org/apache/commons/digester3/SetNestedPropertiesRuleTestCase.java index d01e3c70..0bd04e15 100644 --- a/commons-digester3-core/src/test/java/org/apache/commons/digester3/SetNestedPropertiesRuleTestCase.java +++ b/commons-digester3-core/src/test/java/org/apache/commons/digester3/SetNestedPropertiesRuleTestCase.java @@ -80,10 +80,10 @@ public class SetNestedPropertiesRuleTestCase } /** - * Test that you can customise the property mappings using the constructor which takes arrays-of-strings. + * Test that you can customize the property mappings using the constructor which takes arrays-of-strings. */ @Test - public void testCustomisedProperties1() throws Exception + public void testCustomizedProperties1() throws Exception { final Digester digester = newLoader( new AbstractRulesModule() { @@ -124,7 +124,7 @@ public class SetNestedPropertiesRuleTestCase * Test that you can ignore a single input XML element using the constructor which takes a single remapping. */ @Test - public void testCustomisedProperties2a() throws Exception + public void testCustomizedProperties2a() throws Exception { final Digester digester = newLoader( new AbstractRulesModule() { @@ -160,10 +160,10 @@ public class SetNestedPropertiesRuleTestCase } /** - * Test that you can customise the property mappings using the constructor which takes a single remapping. + * Test that you can customize the property mappings using the constructor which takes a single remapping. */ @Test - public void testCustomisedProperties2b() throws Exception + public void testCustomizedProperties2b() throws Exception { final Digester digester = newLoader( new AbstractRulesModule() {