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

commit 30fe8362241e1e4c7e90ac1ef010d36eb8e94887
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 7 10:17:50 2024 -0400

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

diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java 
b/src/main/java/org/apache/commons/cli/TypeHandler.java
index bc3dd40..e73fa69 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -43,6 +43,9 @@ public class TypeHandler {
 
     /**
      * Map of Class to Converter.
+     * <p>
+     * The Class type parameter matches the Converter's first generic type.
+     * </p>
      */
     private static Map<Class<?>, Converter<?, ?>> converterMap = new 
HashMap<>();
 

Reply via email to