mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 04:47:28 -07:00
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36404 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
14 lines
728 B
Diff
14 lines
728 B
Diff
diff --git a/src/main/java/org/apache/commons/vfs2/FileSystemManager.java b/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
|
|
index bb8cc2a..1e26559 100644
|
|
--- a/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
|
|
+++ b/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
|
|
@@ -98,7 +98,7 @@ public interface FileSystemManager
|
|
FileObject resolveFile(String name, FileSystemOptions fileSystemOptions)
|
|
throws FileSystemException;
|
|
|
|
- /** §
|
|
+ /**
|
|
* Locates a file by name. The name is resolved as described
|
|
* <a href="#naming">above</a>. That is, the name can be either
|
|
* an absolute URI, an absolute file name, or a relative path to
|