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 cc36408  Javadoc: Grammar
cc36408 is described below

commit cc3640816a078687a44e32a0aa43bc6da3440508
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Aug 2 14:44:06 2024 -0400

    Javadoc: Grammar
---
 src/main/java/org/apache/commons/cli/Option.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/cli/Option.java 
b/src/main/java/org/apache/commons/cli/Option.java
index f8300f9..25e5ac4 100644
--- a/src/main/java/org/apache/commons/cli/Option.java
+++ b/src/main/java/org/apache/commons/cli/Option.java
@@ -138,9 +138,8 @@ public class Option implements Cloneable, Serializable {
 
         /**
          * Sets the converter for the option.
-         *
          * <p>
-         * Note: see {@link TypeHandler} for serialization discussion.
+         * Note: See {@link TypeHandler} for serialization discussion.
          * </p>
          *
          * @param converter the Converter to use.

Reply via email to