Skip to content

Commit

Permalink
Javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 18, 2024
1 parent db3cbe0 commit 3f3c65a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*
* &#64;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) {
Expand Down

0 comments on commit 3f3c65a

Please sign in to comment.