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 982ef28f Javadoc: Empty Javadoc line before the 1st tag.
982ef28f is described below

commit 982ef28f68d6c560832e1dc79dfafbe0f0cf57be
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:44:34 2025 -0500

    Javadoc: Empty Javadoc line before the 1st tag.
---
 src/main/java/org/apache/commons/fileupload/FileUploadBase.java     | 6 ++++++
 src/main/java/org/apache/commons/fileupload/MultipartStream.java    | 1 +
 .../org/apache/commons/fileupload/disk/DiskFileItemFactory.java     | 1 +
 3 files changed, 8 insertions(+)

diff --git a/src/main/java/org/apache/commons/fileupload/FileUploadBase.java 
b/src/main/java/org/apache/commons/fileupload/FileUploadBase.java
index 7009de10..1d0de01e 100644
--- a/src/main/java/org/apache/commons/fileupload/FileUploadBase.java
+++ b/src/main/java/org/apache/commons/fileupload/FileUploadBase.java
@@ -839,6 +839,7 @@ public abstract class FileUploadBase {
     /**
      * The maximum length of a single header line that will be parsed
      * (1024 bytes).
+     *
      * @deprecated This constant is no longer used. As of commons-fileupload
      *   1.6, the applicable limit is the total size of a single part's 
headers,
      *   {@link #getPartHeaderSizeMax()} in bytes.
@@ -994,6 +995,7 @@ public abstract class FileUploadBase {
     /**
      * Returns the field name, which is given by the content-disposition
      * header.
+     *
      * @param contentDisposition The content-dispositions header value.
      * @return The field name.
      */
@@ -1054,6 +1056,7 @@ public abstract class FileUploadBase {
 
     /**
      * Returns the given content-disposition headers file name.
+     *
      * @param contentDisposition The content-disposition headers value.
      * @return The file name
      */
@@ -1227,6 +1230,7 @@ public abstract class FileUploadBase {
 
     /**
      * Creates a new instance of {@link FileItemHeaders}.
+     *
      * @return The new instance.
      */
     protected FileItemHeadersImpl newFileItemHeaders() {
@@ -1235,6 +1239,7 @@ public abstract class FileUploadBase {
 
     /**
      * Skips bytes until the end of the current line.
+     *
      * @param headerPart The headers, which are being parsed.
      * @param end Index of the last byte, which has yet been
      *   processed.
@@ -1258,6 +1263,7 @@ public abstract class FileUploadBase {
 
     /**
      * Reads the next header line.
+     *
      * @param headers String with all headers.
      * @param header Map where to store the current header.
      */
diff --git a/src/main/java/org/apache/commons/fileupload/MultipartStream.java 
b/src/main/java/org/apache/commons/fileupload/MultipartStream.java
index 8f4be118..dc6e31ca 100644
--- a/src/main/java/org/apache/commons/fileupload/MultipartStream.java
+++ b/src/main/java/org/apache/commons/fileupload/MultipartStream.java
@@ -809,6 +809,7 @@ public class MultipartStream {
 
     /**
      * Creates a new {@link ItemInputStream}.
+     *
      * @return A new instance of {@link ItemInputStream}.
      */
     ItemInputStream newInputStream() {
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 27acde86..45cdc17c 100644
--- a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
+++ b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItemFactory.java
@@ -150,6 +150,7 @@ public class DiskFileItemFactory implements FileItemFactory 
{
     /**
      * Gets the default charset for use when no explicit charset
      * parameter is provided by the sender.
+     *
      * @return the default charset
      */
     public String getDefaultCharset() {

Reply via email to