Skip to content

Commit acc2c2c

Browse files
committed
Javadoc
1 parent fa897ff commit acc2c2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public BeanPropertyValueChangeConsumer(final String propertyName, final V proper
130130
* {@code false</code> and would result in an <code>IllegalArgumentException} if an object
131131
* in the property path leading up to the target property is {@code null}.
132132
*
133-
* &#64;param object The object to be updated.
133+
* @param object The object to be updated.
134134
* @throws IllegalArgumentException If an IllegalAccessException, InvocationTargetException, or
135135
* NoSuchMethodException is thrown when trying to access the property specified on the object
136136
* provided. Or if an object in the property path provided is {@code null} and

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ public boolean isIgnoreNull() {
209209
* {@code IllegalArgumentException} if an object in the property path leading up to the
210210
* target property is {@code null}.
211211
*
212-
* &#64;param object The object to be evaluated.
213-
* &#64;return True if the object provided meets all the criteria for this {@code Predicate};
212+
* @param object The object to be evaluated.
213+
* @return True if the object provided meets all the criteria for this {@code Predicate};
214214
* false otherwise.
215215
* @throws IllegalArgumentException If an IllegalAccessException, InvocationTargetException, or
216216
* NoSuchMethodException is thrown when trying to access the property specified on the object

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ public BeanToPropertyValueTransformer(final String propertyName, final boolean i
119119
* {@code IllegalArgumentException} if an object in the property path leading up to the
120120
* target property is {@code null}.
121121
*
122-
* &#64;param object The object to be transformed.
123-
* &#64;return The value of the property named in the transformer's constructor for the object
122+
* @param object The object to be transformed.
123+
* @return The value of the property named in the transformer's constructor for the object
124124
* provided.
125125
* @throws IllegalArgumentException If an IllegalAccessException, InvocationTargetException, or
126126
* NoSuchMethodException is thrown when trying to access the property specified on the object

0 commit comments

Comments
 (0)