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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 5c095da Normalize to US English spelling. 5c095da is described below commit 5c095dacc15b6c4680271ebc9adf350e5bcf1d42 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 8 14:01:20 2021 -0500 Normalize to US English spelling. --- src/test/java/org/apache/commons/beanutils2/BeanMapTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/beanutils2/BeanMapTestCase.java b/src/test/java/org/apache/commons/beanutils2/BeanMapTestCase.java index 6a23124..54baf09 100644 --- a/src/test/java/org/apache/commons/beanutils2/BeanMapTestCase.java +++ b/src/test/java/org/apache/commons/beanutils2/BeanMapTestCase.java @@ -385,7 +385,7 @@ public class BeanMapTestCase extends AbstractTestMap { } /** - * Test that the cause of exception thrown by a clone() is initialised. + * Test that the cause of exception thrown by a clone() is initialized. */ public void testExceptionThrowFromClone() { @@ -429,7 +429,7 @@ public class BeanMapTestCase extends AbstractTestMap { } /** - * Test that the cause of exception thrown by clear() is initialised. + * Test that the cause of exception thrown by clear() is initialized. */ public void testExceptionThrowFromClear() {