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-vfs.git
commit 20943d45fd8e8121c0b811d74254f111702fa6b8 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 31 11:13:41 2025 -0500 Javadoc --- .../org/apache/commons/vfs2/provider/local/GenericFileNameParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java index 58788e576..b9377e0d8 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java @@ -45,7 +45,7 @@ public class GenericFileNameParser extends LocalFileNameParser { } /* - * ... this is why need this: here the rootFileName can only be "/" (see above) put this "/" is also in the + * Here the rootFileName can only be "/" (see above) put this "/" is also in the * path name so its of no value for the LocalFileName instance */ @Override
