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 d9a9ab28 Normalize end of comments
d9a9ab28 is described below

commit d9a9ab286279bef8d2120c27c025e3146f17a294
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 20 10:49:41 2024 -0500

    Normalize end of comments
---
 .../java/org/apache/commons/fileupload2/core/AbstractFileUpload.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/AbstractFileUpload.java
 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/AbstractFileUpload.java
index 76fd84ed..d1f06510 100644
--- 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/AbstractFileUpload.java
+++ 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/AbstractFileUpload.java
@@ -355,7 +355,6 @@ public abstract class AbstractFileUpload<R, I extends 
FileItem<I>, F extends Fil
      *
      * @return The maximum allowed size, in bytes. The default value of -1 
indicates, that there is no limit.
      * @see #setSizeMax(long)
-     *
      */
     public long getSizeMax() {
         return sizeMax;

Reply via email to