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 89eb95d2 Javadoc: The @deprecated tag should be last.
89eb95d2 is described below

commit 89eb95d2c3d80a25c94fbf331b0e28773cd8e8c4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:35:51 2025 -0500

    Javadoc: The @deprecated tag should be last.
---
 src/main/java/org/apache/commons/fileupload/FileUploadBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/fileupload/FileUploadBase.java 
b/src/main/java/org/apache/commons/fileupload/FileUploadBase.java
index 1d0de01e..b0188a9f 100644
--- a/src/main/java/org/apache/commons/fileupload/FileUploadBase.java
+++ b/src/main/java/org/apache/commons/fileupload/FileUploadBase.java
@@ -720,9 +720,9 @@ public abstract class FileUploadBase {
         }
 
         /**
+         * @param message The exceptions detail message.
          * @deprecated 1.2 Replaced by
          * {@link #SizeLimitExceededException(String, long, long)}
-         * @param message The exceptions detail message.
          */
         @Deprecated
         public SizeLimitExceededException(final String message) {

Reply via email to