Skip to content

Commit bcfcdde

Browse files
committed
Fix Javadoc warning
1 parent e57444b commit bcfcdde

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
@@ -104,7 +104,7 @@ public static File createFile(final String str) {
104104
*
105105
* <p>
106106
* This method is not yet implemented and always throws an {@link UnsupportedOperationException}.
107-
* <p>
107+
* </p>
108108
*
109109
* @param str the paths to the files
110110
* @return The File[] represented by {@code str}.

0 commit comments

Comments
 (0)