We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77ca6f commit 18e3638Copy full SHA for 18e3638
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -54,7 +54,8 @@ public static Object createValue(final String str, final Object obj) throws Pars
54
* with the value of <code>str</code>.
55
*
56
* @param str the command line value
57
- * @param clazz the type of argument
+ * @param clazz the class representing the type of argument
58
+ * @param <T> type of argument
59
* @return The instance of <code>clazz</code> initialised with
60
* the value of <code>str</code>.
61
* @throws ParseException if the value creation for the given class failed
0 commit comments