We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473889d commit 1cc9875Copy full SHA for 1cc9875
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -240,7 +240,7 @@ public static FileInputStream openFile(final String string) throws ParseExceptio
240
/**
241
* Map of Class to Converter.
242
* <p>
243
- * The Class type parameter matches the Converter's first generic type.
+ * For each entry, that Class' type must match the Converter's first type.
244
* </p>
245
*/
246
private final Map<Class<?>, Converter<?, ? extends Throwable>> converterMap;
@@ -254,6 +254,9 @@ public TypeHandler() {
254
255
256
* Constructs a default initialized instance.
257
+ * <p>
258
259
+ * </p>
260
*
261
* @param converterMap The converter map.
262
* @since 1.7.0
0 commit comments