Skip to content

Commit 3f3c65a

Browse files
committed
Javadoc fix
1 parent db3cbe0 commit 3f3c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class BeanToPropertyValueTransformer<T, R> implements Function<T, R> {
8989
* Constructs a Transformer which does not ignore nulls. Constructor which takes the name of the property that will be used in the transformation and
9090
* assumes {@code ignoreNull</code> to be <code>false}.
9191
*
92-
* &#64;param propertyName The name of the property that will be used in the transformation.
92+
* @param propertyName The name of the property that will be used in the transformation.
9393
* @throws IllegalArgumentException If the {@code propertyName</code> is <code>null} or empty.
9494
*/
9595
public BeanToPropertyValueTransformer(final String propertyName) {

0 commit comments

Comments
 (0)