Skip to content

Commit ab0ff34

Browse files
committed
Javadoc: Fix double the
1 parent e91b9d8 commit ab0ff34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/commons/cli/TypeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public TypeHandler(final Map<Class<?>, Converter<?, ? extends Throwable>> conver
267267
}
268268

269269
/**
270-
* Gets the registered converter for the the Class, or {@link Converter#DEFAULT} if absent.
270+
* Gets the registered converter for the Class, or {@link Converter#DEFAULT} if absent.
271271
*
272272
* @param <T> The Class parameter type.
273273
* @param clazz The Class to get the Converter for.

src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public TextHelpAppendable(final Appendable output) {
136136
* <ul>
137137
* <li>The minimum size for a column may not be smaller than the length of the column header</li>
138138
* <li>The maximum size is set to the maximum of the length of the header or the longest line length.</li>
139-
* <li>If the total size of the columns is greater than the page wight, adjust the size of VARIABLE columns to attempt reduce the width to the the maximum
139+
* <li>If the total size of the columns is greater than the page wight, adjust the size of VARIABLE columns to attempt reduce the width to the maximum
140140
* size.</li>
141141
* </ul>
142142
* <p>

0 commit comments

Comments
 (0)