File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,23 +34,23 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3434 * </tr>
3535 * <tr>
3636 * <td>b@</td>
37- * <td>-b [classname ]</td>
37+ * <td>-b [class name ]</td>
3838 * </tr>
3939 * <tr>
4040 * <td>c></td>
41- * <td>-c [filename ]</td>
41+ * <td>-c [file name ]</td>
4242 * </tr>
4343 * <tr>
4444 * <td>d+</td>
45- * <td>-d [classname ] (creates object via empty constructor)</td>
45+ * <td>-d [class name ] (creates object via empty constructor)</td>
4646 * </tr>
4747 * <tr>
4848 * <td>e%</td>
4949 * <td>-e [number] (creates Double/Long instance depending on existing of a '.')</td>
5050 * </tr>
5151 * <tr>
5252 * <td>f/</td>
53- * <td>-f [url ]</td>
53+ * <td>-f [URL ]</td>
5454 * </tr>
5555 * <tr>
5656 * <td>g:</td>
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3030 */
3131public class TypeHandler {
3232 /**
33- * Returns the class whose name is {@code classname }.
33+ * Returns the class whose name is {@code className }.
3434 *
3535 * @param className the class name
3636 * @return The class if it is found
You can’t perform that action at this time.
0 commit comments