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

commit 1773332fd17c1294041836a594e127b4ea0aead9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 11 09:40:10 2023 -0400

    Javadoc
---
 .../apache/commons/fileupload2/portlet/JavaxPortletFileUpload.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/commons-fileupload2-portlet/src/main/java/org/apache/commons/fileupload2/portlet/JavaxPortletFileUpload.java
 
b/commons-fileupload2-portlet/src/main/java/org/apache/commons/fileupload2/portlet/JavaxPortletFileUpload.java
index 8efb934..0c1053c 100644
--- 
a/commons-fileupload2-portlet/src/main/java/org/apache/commons/fileupload2/portlet/JavaxPortletFileUpload.java
+++ 
b/commons-fileupload2-portlet/src/main/java/org/apache/commons/fileupload2/portlet/JavaxPortletFileUpload.java
@@ -28,14 +28,14 @@ import org.apache.commons.fileupload2.FileItemFactory;
 import org.apache.commons.fileupload2.FileItemIterator;
 import org.apache.commons.fileupload2.FileUpload;
 import org.apache.commons.fileupload2.FileUploadException;
+import org.apache.commons.fileupload2.javax.JavaxServletFileUpload;
 
 /**
  * High level API for processing file uploads.
  * <p>
  * This class handles multiple files per single HTML widget, sent using {@code 
multipart/mixed} encoding type, as specified by
- * <a href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>. Use {@link 
javax.JavaxServletFileUpload
- * #parseRequest(javax.servlet.http.HttpServletRequest)} to acquire a list of 
{@link FileItem FileItems} associated with a given
- * HTML widget.
+ * <a href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>. Use {@link 
JavaxServletFileUpload#parseRequest(javax.servlet.http.HttpServletRequest)} to 
acquire
+ * a list of {@link FileItem}s associated with a given HTML widget.
  * </p>
  * <p>
  * How the data for individual parts is stored is determined by the factory 
used to create them; a given part may be in memory, on disk, or somewhere else.

Reply via email to