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 <gardgreg...@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[] {