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 408d7b7f6cc3f7e5ddda8867b6624d72236667e2 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 31 11:13:19 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 d26634672..58788e576 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 @@ -29,7 +29,7 @@ public class GenericFileNameParser extends LocalFileNameParser { private static final GenericFileNameParser INSTANCE = new GenericFileNameParser(); /** - * Gets the singleton instance. + * Gets the singleton instance, never null. * * @return the singleton instance. */
