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 e2ba9e9 commit 0b6214cCopy full SHA for 0b6214c
src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
@@ -365,7 +365,7 @@ public void testDefaultTransformersMap() {
365
}
366
367
/**
368
- * Test that the cause of exception thrown by clear() is initialised.
+ * Test that the cause of exception thrown by clear() is initialized.
369
*/
370
public void testExceptionThrowFromClear() {
371
try {
@@ -386,7 +386,7 @@ public void testExceptionThrowFromClear() {
386
387
388
389
- * Test that the cause of exception thrown by a clone() is initialised.
+ * Test that the cause of exception thrown by a clone() is initialized.
390
391
public void testExceptionThrowFromClone() {
392
// Test cloning a non-public bean (instantiation exception)
0 commit comments