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 3e3728a8 Javadoc
3e3728a8 is described below
commit 3e3728a828b3f18a52325aea9819bc6f724a4104
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 21 14:44:46 2026 -0700
Javadoc
---
.../java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
index 6d3c1021..bdaf21cd 100644
--- a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
+++ b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
@@ -145,7 +145,7 @@ public class DiskFileItemFactory implements FileItemFactory
{
* Gets the directory used to temporarily store files that are larger than
the configured size threshold.
*
* @return The directory in which temporary files will be located.
- * @see #setRepository(java.io.File)
+ * @see #setRepository(File)
*/
public File getRepository() {
return repository;