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-io.git

commit 8c124a62c43c2a353bf9e4aceed0a11d47bba613
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 8 12:00:01 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/io/output/DeferredFileOutputStream.java    | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java 
b/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
index 4a2b9fb2..3382bdcd 100644
--- a/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
@@ -70,6 +70,9 @@ public class DeferredFileOutputStream extends 
ThresholdingOutputStream {
         private String suffix;
         private Path directory;
 
+        /**
+         * Constructs a new builder.
+         */
         public Builder() {
             setBufferSizeDefault(AbstractByteArrayOutputStream.DEFAULT_SIZE);
             setBufferSize(AbstractByteArrayOutputStream.DEFAULT_SIZE);

Reply via email to