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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 933b92c2 Javadoc
933b92c2 is described below

commit 933b92c2d01b311aad7bc168fa727156ae01764d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 8 10:37:00 2026 -0500

    Javadoc
---
 .../src/main/java/org/apache/commons/fileupload2/core/DiskFileItem.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DiskFileItem.java
 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DiskFileItem.java
index 4202127f..3d9ba96a 100644
--- 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DiskFileItem.java
+++ 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DiskFileItem.java
@@ -288,7 +288,7 @@ public final class DiskFileItem implements 
FileItem<DiskFileItem> {
     private final int threshold;
 
     /**
-     * The directory in which uploaded files will be stored, if stored on disk.
+     * The directory in which uploaded files will be stored, if stored on 
disk, never null.
      */
     private final Path repository;
 

Reply via email to