Skip to content

Commit 18e3638

Browse files
committed
Fix JavaDoc warning
1 parent c77ca6f commit 18e3638

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public static Object createValue(final String str, final Object obj) throws Pars
5454
* with the value of <code>str</code>.
5555
*
5656
* @param str the command line value
57-
* @param clazz the type of argument
57+
* @param clazz the class representing the type of argument
58+
* @param <T> type of argument
5859
* @return The instance of <code>clazz</code> initialised with
5960
* the value of <code>str</code>.
6061
* @throws ParseException if the value creation for the given class failed

0 commit comments

Comments
 (0)