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 1cc98753dcfc02258b7daf9829ddfc7849b6decf
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 8 10:41:56 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/cli/TypeHandler.java | 5 ++++-
 1 file changed, 4 insertions(+), 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 c2c5147..86a7da7 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -240,7 +240,7 @@ public class TypeHandler {
     /**
      * Map of Class to Converter.
      * <p>
-     * The Class type parameter matches the Converter's first generic type.
+     * For each entry, that Class' type must match the Converter's first type.
      * </p>
      */
     private final Map<Class<?>, Converter<?, ? extends Throwable>> 
converterMap;
@@ -254,6 +254,9 @@ public class TypeHandler {
 
     /**
      * Constructs a default initialized instance.
+     * <p>
+     * For each entry, that Class' type must match the Converter's first type.
+     * </p>
      *
      * @param converterMap The converter map.
      * @since 1.7.0

Reply via email to