Skip to content

Commit c9ea586

Browse files
committed
Javadoc: Fix double the
1 parent ff4c0ad commit c9ea586

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/org/apache/commons/beanutils/BaseDynaBeanMapDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public boolean containsKey(final Object key) {
149149
* a specified value.
150150
*
151151
* @param value The value to check for.
152-
* @return {@code true} if one of the the {@link DynaBean}'s
152+
* @return {@code true} if one of the {@link DynaBean}'s
153153
* properties contains the specified value, otherwise
154154
* {@code false}.
155155
*/

src/main/java/org/apache/commons/beanutils/BeanComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public int compare(final T o1, final T o2) {
148148
* the wrapped comparators and the property names to be compared
149149
* are equal.
150150
* @param o Comparator to compare to
151-
* @return whether the the comparators are equal or not
151+
* @return whether the comparators are equal or not
152152
*/
153153
@Override
154154
public boolean equals(final Object o) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* <dd>
4343
* Will create a {@code Predicate} that will evaluate the target object and return
4444
* {@code true} if the property specified by {@code propertyName} has a value which
45-
* is equal to the the value specified by {@code propertyValue}. Or return
45+
* is equal to the value specified by {@code propertyValue}. Or return
4646
* {@code false} otherwise.
4747
* </dd>
4848
* </dl>

0 commit comments

Comments
 (0)