You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/04/04 14:26:41 UTC

[commons-io] branch master updated: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new f5de47f  Javadoc.
f5de47f is described below

commit f5de47f2fda3bb8a3fd2daf06b431282f40e3fa8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Apr 4 10:26:37 2021 -0400

    Javadoc.
---
 src/main/java/org/apache/commons/io/FileSystem.java | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/main/java/org/apache/commons/io/FileSystem.java b/src/main/java/org/apache/commons/io/FileSystem.java
index 7efbdd6..602280b 100644
--- a/src/main/java/org/apache/commons/io/FileSystem.java
+++ b/src/main/java/org/apache/commons/io/FileSystem.java
@@ -65,6 +65,14 @@ public enum FileSystem {
 
     /**
      * Windows file system.
+     * <p>
+     * The reserved characters are defined in the
+     * <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions
+     * (microsoft.com)</a>.
+     * </p>
+     * 
+     * @see <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions
+     *      (microsoft.com)</a>
      */
     WINDOWS(false, true, 255,
             32000, new char[] {