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
commit 3f3c65a2950c3f5a25f3435fdf3e89ff6cd1d367 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 18 17:07:36 2024 -0500 Javadoc fix --- .../org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java b/src/main/java/org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java index a7234de4..d11b346c 100644 --- a/src/main/java/org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java +++ b/src/main/java/org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java @@ -89,7 +89,7 @@ public class BeanToPropertyValueTransformer<T, R> implements Function<T, R> { * Constructs a Transformer which does not ignore nulls. Constructor which takes the name of the property that will be used in the transformation and * assumes {@code ignoreNull</code> to be <code>false}. * - * @param propertyName The name of the property that will be used in the transformation. + * @param propertyName The name of the property that will be used in the transformation. * @throws IllegalArgumentException If the {@code propertyName</code> is <code>null} or empty. */ public BeanToPropertyValueTransformer(final String propertyName) {