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 4ae9a0955adcf77ff0d9a753eff1c2cf4c5be039 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 19 10:38:55 2023 -0400 Javadoc --- .../commons/io/output/UnsynchronizedByteArrayOutputStream.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java b/src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java index 19bc3eef..39604416 100644 --- a/src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java +++ b/src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java @@ -21,6 +21,7 @@ import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; +import org.apache.commons.io.build.AbstractOrigin; import org.apache.commons.io.build.AbstractStreamBuilder; import org.apache.commons.io.function.Uncheck; import org.apache.commons.io.input.UnsynchronizedByteArrayInputStream; @@ -59,8 +60,12 @@ public final class UnsynchronizedByteArrayOutputStream extends AbstractByteArray /** * Constructs a new instance. + * <p> + * This builder use the aspect buffer size. + * </p> * - * Only uses the buffer size attribute. + * @return a new instance. + * @see AbstractOrigin#getByteArray() */ @Override public UnsynchronizedByteArrayOutputStream get() {