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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 670fd2d Spell as 'writable'.
670fd2d is described below
commit 670fd2de65822486c32427d9e78b937a2744b785
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 10 09:08:55 2021 -0400
Spell as 'writable'.
---
.../java/org/apache/commons/configuration2/beanutils/BeanHelper.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/configuration2/beanutils/BeanHelper.java
b/src/main/java/org/apache/commons/configuration2/beanutils/BeanHelper.java
index 3556203..ae0e6d6 100644
--- a/src/main/java/org/apache/commons/configuration2/beanutils/BeanHelper.java
+++ b/src/main/java/org/apache/commons/configuration2/beanutils/BeanHelper.java
@@ -350,7 +350,7 @@ public final class BeanHelper
* @param bean the bean
* @param propName the name of the property
* @param value the property's value
- * @throws ConfigurationRuntimeException if the property is not writeable
or
+ * @throws ConfigurationRuntimeException if the property is not writable or
* an error occurred
*/
private static void initProperty(final Object bean, final String propName,
final Object value)
@@ -410,7 +410,7 @@ public final class BeanHelper
* @param bean the bean
* @param propName the name of the property
* @param value the property's value
- * @throws ConfigurationRuntimeException if the property is not writeable
or
+ * @throws ConfigurationRuntimeException if the property is not writable or
* an error occurred
*/
public static void setProperty(final Object bean, final String propName,
final Object value)