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 2aea5cda Javadoc
2aea5cda is described below
commit 2aea5cda7b3ab917688198304a48f4cdab90e2b0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 21 14:43:12 2026 -0700
Javadoc
---
src/main/java/org/apache/commons/fileupload/FileUpload.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/fileupload/FileUpload.java
b/src/main/java/org/apache/commons/fileupload/FileUpload.java
index b49094d1..2ad8706c 100644
--- a/src/main/java/org/apache/commons/fileupload/FileUpload.java
+++ b/src/main/java/org/apache/commons/fileupload/FileUpload.java
@@ -62,7 +62,7 @@ public class FileUpload
}
/**
- * Returns the factory class used when creating file items.
+ * Gets the factory class used when creating file items.
*
* @return The factory class for new file items.
*/