This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push:
new 0fd577c3 Javadoc
0fd577c3 is described below
commit 0fd577c39733c26126beab10f147ae331c2c093b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 21:28:43 2025 -0500
Javadoc
---
src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
index c4c5d3fc..8338f39e 100644
--- a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
+++ b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
@@ -426,7 +426,8 @@ public class DiskFileItem implements FileItem {
* repository path. The lifetime of the file is tied to the lifetime of
the {@code FileItem} instance; the file will
* be deleted when the instance is garbage collected.
* <p>
- * <b>Note: Subclasses that override this method must ensure that they
return the same File each time.</b>
+ * <strong>Note: Subclasses that override this method must ensure that
they return the same File each time.</strong>
+ * </p>
*
* @return The {@link java.io.File File} to be used for temporary storage.
*/