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
The following commit(s) were added to refs/heads/master by this push: new 3f2ab1ce Javadoc: Use @code new e5cf3e4c Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git 3f2ab1ce is described below commit 3f2ab1cead8a63529b89d656d004a85cce6a29c5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:22:17 2024 -0400 Javadoc: Use @code --- .../java/org/apache/commons/vfs2/provider/smb/SmbFileNameParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/smb/SmbFileNameParser.java b/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/smb/SmbFileNameParser.java index ba06d668..dd4a565b 100644 --- a/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/smb/SmbFileNameParser.java +++ b/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/smb/SmbFileNameParser.java @@ -88,7 +88,7 @@ public class SmbFileNameParser extends URLFileNameParser { } // Normalise the path. Do this after extracting the share name, - // to deal with things like smb://hostname/share/.. + // to deal with things like {@code smb://hostname/share/..} final FileType fileType = UriParser.normalisePath(name); final String path = name.toString();