We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48bcaa commit 30fe836Copy full SHA for 30fe836
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -43,6 +43,9 @@ public class TypeHandler {
43
44
/**
45
* Map of Class to Converter.
46
+ * <p>
47
+ * The Class type parameter matches the Converter's first generic type.
48
+ * </p>
49
*/
50
private static Map<Class<?>, Converter<?, ?>> converterMap = new HashMap<>();
51
0 commit comments