Skip to content

Commit f91a896

Browse files
committed
Remove trailing whitespace
1 parent a129b6e commit f91a896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ private static <T> T createValueUnchecked(final String string, final Class<T> cl
210210
/**
211211
* Gets the registered converter for the the Class, or {@link Converter#DEFAULT} if absent.
212212
*
213-
* @param <T> The Class parameter type.
213+
* @param <T> The Class parameter type.
214214
* @param clazz The Class to get the Converter for.
215215
* @return the registered converter if any, {@link Converter#DEFAULT} otherwise.
216216
* @since 1.7.0

0 commit comments

Comments
 (0)