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 a706635  Javadoc
a706635 is described below

commit a706635b366176e54a5ed55cc09894c41ed62c01
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 7 10:03:04 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java 
b/src/main/java/org/apache/commons/cli/TypeHandler.java
index 8fada22..a107422 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -44,7 +44,7 @@ public class TypeHandler {
     /** Value of hex conversion of strings */
     private static final int HEX_RADIX = 16;
 
-    /** Map of classes to converters. */
+    /** Map of Class to Converter. */
     private static Map<Class<?>, Converter<?, ?>> converterMap = new 
HashMap<>();
 
     static {

Reply via email to