Skip to content

Commit a706635

Browse files
committed
Javadoc
1 parent 7749ede commit a706635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/TypeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class TypeHandler {
4444
/** Value of hex conversion of strings */
4545
private static final int HEX_RADIX = 16;
4646

47-
/** Map of classes to converters. */
47+
/** Map of Class to Converter. */
4848
private static Map<Class<?>, Converter<?, ?>> converterMap = new HashMap<>();
4949

5050
static {

0 commit comments

Comments
 (0)