This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new ab0ff340 Javadoc: Fix double the
ab0ff340 is described below
commit ab0ff340bf3d5fcfc89fd108e440901445b52dcc
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:14:14 2025 -0500
Javadoc: Fix double the
---
src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java
b/src/main/java/org/apache/commons/cli/TypeHandler.java
index 9795de45..af913457 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -267,7 +267,7 @@ public class TypeHandler {
}
/**
- * Gets the registered converter for the the Class, or {@link
Converter#DEFAULT} if absent.
+ * Gets the registered converter for the Class, or {@link
Converter#DEFAULT} if absent.
*
* @param <T> The Class parameter type.
* @param clazz The Class to get the Converter for.
diff --git a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java
b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java
index f7cbd923..3e1e4775 100644
--- a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java
+++ b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java
@@ -136,7 +136,7 @@ public class TextHelpAppendable extends
FilterHelpAppendable {
* <ul>
* <li>The minimum size for a column may not be smaller than the length of
the column header</li>
* <li>The maximum size is set to the maximum of the length of the header
or the longest line length.</li>
- * <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
+ * <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
* size.</li>
* </ul>
* <p>