Skip to content

Commit f5de47f

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent c1ee777 commit f5de47f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ public enum FileSystem {
6565

6666
/**
6767
* Windows file system.
68+
* <p>
69+
* The reserved characters are defined in the
70+
* <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions
71+
* (microsoft.com)</a>.
72+
* </p>
73+
*
74+
* @see <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions
75+
* (microsoft.com)</a>
6876
*/
6977
WINDOWS(false, true, 255,
7078
32000, new char[] {

0 commit comments

Comments
 (0)