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
commit aa65025e251369f75acabf19dd42968a0e870e28 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jun 14 13:45:09 2022 -0400 Format tweak. --- src/main/java/org/apache/commons/io/FileSystem.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/FileSystem.java b/src/main/java/org/apache/commons/io/FileSystem.java index d940908d..760fd212 100644 --- a/src/main/java/org/apache/commons/io/FileSystem.java +++ b/src/main/java/org/apache/commons/io/FileSystem.java @@ -232,7 +232,6 @@ public enum FileSystem { private final String[] reservedFileNames; private final boolean supportsDriveLetter; private final char nameSeparator; - private final char nameSeparatorOther; /**