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 7749ede commit a706635Copy full SHA for a706635
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -44,7 +44,7 @@ public class TypeHandler {
44
/** Value of hex conversion of strings */
45
private static final int HEX_RADIX = 16;
46
47
- /** Map of classes to converters. */
+ /** Map of Class to Converter. */
48
private static Map<Class<?>, Converter<?, ?>> converterMap = new HashMap<>();
49
50
static {
0 commit comments