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 cbcbe9e7 Javadoc
cbcbe9e7 is described below
commit cbcbe9e78d4d84e898e5bbfb4fc97bb461d6d81c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 22 22:31:08 2026 -0700
Javadoc
---
.../org/apache/commons/fileupload2/core/DeferrableOutputStream.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
index 92906645..a87625fc 100644
---
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
+++
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
@@ -65,7 +65,7 @@ public class DeferrableOutputStream extends OutputStream {
}
/**
- * This enumeration represents the possible states of the {@link
DeferrableOutputStream}.
+ * Enumerates the possible states of the {@link DeferrableOutputStream}.
*/
public enum State {