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


The following commit(s) were added to refs/heads/master by this push:
     new 0f3a88d0 Javadoc
0f3a88d0 is described below

commit 0f3a88d0e598962e94fa4dc36bdf382275c2b264
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 10 07:01:03 2023 -0400

    Javadoc
---
 .../apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java   | 2 +-
 1 file changed, 1 insertion(+), 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 7b3c036b..232e7186 100644
--- 
a/src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java
+++ 
b/src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java
@@ -146,7 +146,7 @@ public final class UnsynchronizedByteArrayOutputStream 
extends AbstractByteArray
      *
      * @param size the initial size
      * @throws IllegalArgumentException if size is negative
-     * @deprecated Use {@link #builder()}, {@link Builder}, and {@link 
Builder#get()}.
+     * @deprecated Use {@link #builder()}, {@link Builder}, and {@link 
Builder#get()}. Will be private in 3.0.0.
      */
     @Deprecated
     public UnsynchronizedByteArrayOutputStream(final int size) {

Reply via email to