Skip to content

Commit 1cc9875

Browse files
committed
Javadoc
1 parent 473889d commit 1cc9875

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public static FileInputStream openFile(final String string) throws ParseExceptio
240240
/**
241241
* Map of Class to Converter.
242242
* <p>
243-
* The Class type parameter matches the Converter's first generic type.
243+
* For each entry, that Class' type must match the Converter's first type.
244244
* </p>
245245
*/
246246
private final Map<Class<?>, Converter<?, ? extends Throwable>> converterMap;
@@ -254,6 +254,9 @@ public TypeHandler() {
254254

255255
/**
256256
* Constructs a default initialized instance.
257+
* <p>
258+
* For each entry, that Class' type must match the Converter's first type.
259+
* </p>
257260
*
258261
* @param converterMap The converter map.
259262
* @since 1.7.0

0 commit comments

Comments
 (0)