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

commit 4710836e194e228ca840c0658992536ee9faae92
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon May 1 09:04:42 2023 -0400

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

diff --git 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
index 16d284e..62c8c03 100644
--- 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
+++ 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
@@ -105,7 +105,7 @@ public class DiskFileItem implements FileItem {
     }
 
     /**
-     * Returns an identifier that is unique within the class loader used to 
load this class, but does not have random-like appearance.
+     * Gets an identifier that is unique within the class loader used to load 
this class, but does not have random-like appearance.
      *
      * @return A String with the non-random looking instance identifier.
      */

Reply via email to