Skip to content

Commit 30fe836

Browse files
committed
Javadoc
1 parent d48bcaa commit 30fe836

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public class TypeHandler {
4343

4444
/**
4545
* Map of Class to Converter.
46+
* <p>
47+
* The Class type parameter matches the Converter's first generic type.
48+
* </p>
4649
*/
4750
private static Map<Class<?>, Converter<?, ?>> converterMap = new HashMap<>();
4851

0 commit comments

Comments
 (0)