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 cc3d5be Fix typos in comments
cc3d5be is described below
commit cc3d5be66bbe3dffbc2b1f00cefda35c05698e22
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 21 09:12:46 2024 -0400
Fix typos in comments
---
src/main/java/org/apache/commons/cli/CommandLine.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java
b/src/main/java/org/apache/commons/cli/CommandLine.java
index 8ca7eb8..c6f02f4 100644
--- a/src/main/java/org/apache/commons/cli/CommandLine.java
+++ b/src/main/java/org/apache/commons/cli/CommandLine.java
@@ -375,7 +375,7 @@ public class CommandLine implements Serializable {
/**
* Gets the first argument, if any, of an option group.
*
- * @param optionGroup the option group..
+ * @param optionGroup the option group.
* @param defaultValue is a supplier for the default value to be returned
if the option group is not selected.
* @return Value of the argument if option group is selected, and has an
argument, otherwise {@code defaultValue}.
* @since 1.9.0