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

commit b561fa60d730ecf07f1b14b754dbcf48082e128c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 6 20:51:10 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
index 4f6c544..4d68090 100644
--- 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
+++ 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
@@ -72,8 +72,6 @@ public final class DiskFileItemFactory implements 
FileItemFactory {
      *    .get();
      * }
      * </pre>
-     *
-     * @since 2.12.0
      */
     public static class Builder extends 
AbstractStreamBuilder<DiskFileItemFactory, Builder> {
 

Reply via email to