Skip to content

Commit ea48fc2

Browse files
committed
Javadoc fix
1 parent ce1a5ec commit ea48fc2

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
@@ -233,7 +233,7 @@ public static FileInputStream openFile(final String string) throws ParseExceptio
233233
}
234234

235235
/**
236-
* Registers a Converter for a Class. If @code converter} is null registration is cleared for {@code clazz}, and no converter will be used in processing.
236+
* Registers a Converter for a Class. If {@code converter} is null registration is cleared for {@code clazz}, and no converter will be used in processing.
237237
*
238238
* @param clazz the Class to register the Converter and Verifier to.
239239
* @param converter The Converter to associate with Class. May be null.

0 commit comments

Comments
 (0)