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 0dce9a3  Javadoc
0dce9a3 is described below

commit 0dce9a3a77cc9fe6c108a93832ef8a813a592eae
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 1 09:03:57 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
index a397569..7bdc817 100644
--- 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
+++ 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
@@ -143,7 +143,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;

Reply via email to