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
commit 44cc30b36df9fd6cae576ae491543df2079cbfb0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 29 07:56:49 2024 -0400 Use Javadoc pre HTML tag --- .../main/java/org/apache/commons/fileupload2/core/MultipartInput.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java index e90b8d60..cac07022 100644 --- a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java +++ b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java @@ -40,7 +40,7 @@ import org.apache.commons.io.output.NullOutputStream; * <p> * The format of the stream is defined in the following way: * </p> - * <code> + * <pre> * multipart-body := preamble 1*encapsulation close-delimiter epilogue<br> * encapsulation := delimiter body CRLF<br> * delimiter := "--" boundary CRLF<br> @@ -53,7 +53,7 @@ import org.apache.commons.io.output.NullOutputStream; * header-name := <printable ASCII characters except ":"><br> * header-value := <any ASCII characters except CR & LF><br> * body-data := <arbitrary data><br> - * </code> + * </pre> * * <p> * Note that body-data can contain another mulipart entity. There is limited support for single pass processing of such nested streams. The nested stream is