Skip to content

Commit 65657b8

Browse files
committed
[IO-553] Add
org.apache.commons.io.FilenameUtils.isIllegalWindowsFileName(char). Fix Javadoc HTML nonesense.
1 parent 2196ff6 commit 65657b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/apache/commons/io/FilenameUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ public class FilenameUtils {
105105
* The characters that are illegal in Windows file names.
106106
*
107107
* <ul>
108-
* <li>< (less than</li>
109-
* <li>> (greater than</li>
108+
* <li>&lt; (less than</li>
109+
* <li>&gt; (greater than</li>
110110
* <li>: (colon</li>
111111
* <li>" (double quote</li>
112112
* <li>/ (forward slash</li>
@@ -1298,8 +1298,8 @@ public static boolean isExtension(final String filename, final Collection<String
12981298
* The illegal character are:
12991299
* </p>
13001300
* <ul>
1301-
* <li>< (less than</li>
1302-
* <li>> (greater than</li>
1301+
* <li>&lt; (less than</li>
1302+
* <li>&gt; (greater than</li>
13031303
* <li>: (colon</li>
13041304
* <li>" (double quote</li>
13051305
* <li>/ (forward slash</li>

0 commit comments

Comments
 (0)