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 32dc576a7 Javadoc
32dc576a7 is described below
commit 32dc576a75b08a65ff882aa97b987e715572114a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Aug 5 09:43:43 2025 -0400
Javadoc
---
.../main/java/org/apache/commons/vfs2/provider/mime/MimeFileObject.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/mime/MimeFileObject.java
b/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/mime/MimeFileObject.java
index 7dd8e73a3..85338f77a 100644
---
a/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/mime/MimeFileObject.java
+++
b/commons-vfs2-sandbox/src/main/java/org/apache/commons/vfs2/provider/mime/MimeFileObject.java
@@ -77,7 +77,7 @@ public class MimeFileObject extends
AbstractFileObject<MimeFileSystem> implement
/**
* Returns all headers of this part.
* <p>
- * The map key is a java.lang.String and the value is a:
+ * The map key is a {@link String} and the value is a:
* <ul>
* <li>{@link String}s for single entries or a</li>
* <li>{@code java.utils.List<java.lang.Strings>} for entries with
multiple values</li>