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 43c3c9a56 Delete old comment 43c3c9a56 is described below commit 43c3c9a56db5d3ecabc8236237cc117775525a6a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 31 11:10:08 2025 -0500 Delete old comment --- .../org/apache/commons/vfs2/provider/local/DefaultLocalFileProvider.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/DefaultLocalFileProvider.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/DefaultLocalFileProvider.java index 5c2dbe2d0..c75d4a2e2 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/DefaultLocalFileProvider.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/DefaultLocalFileProvider.java @@ -77,7 +77,6 @@ public class DefaultLocalFileProvider extends AbstractOriginatingFileProvider im @Override public FileObject findLocalFile(final File file) throws FileSystemException { return findLocalFile(UriParser.encode(file.getAbsolutePath())); - // return findLocalFile(file.getAbsolutePath()); } /**