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 120c10e Javadoc 120c10e is described below commit 120c10e9fd3beb3378c1f70cac551689f55b22d4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon May 1 09:00:34 2023 -0400 Javadoc --- .../src/main/java/org/apache/commons/fileupload2/FileItemFactory.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileItemFactory.java b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileItemFactory.java index 40a249f..a94a0aa 100644 --- a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileItemFactory.java +++ b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileItemFactory.java @@ -31,7 +31,6 @@ public interface FileItemFactory { * @param contentType The content type of the form field. * @param isFormField {@code true} if this is a plain form field; {@code false} otherwise. * @param fileName The name of the uploaded file, if any, as supplied by the browser or other client. - * * @return The newly created file item. */ FileItem createItem(String fieldName, String contentType, boolean isFormField, String fileName);