Skip to content

Commit 0f3a88d

Browse files
committed
Javadoc
1 parent f9d59dc commit 0f3a88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public UnsynchronizedByteArrayOutputStream() {
146146
*
147147
* @param size the initial size
148148
* @throws IllegalArgumentException if size is negative
149-
* @deprecated Use {@link #builder()}, {@link Builder}, and {@link Builder#get()}.
149+
* @deprecated Use {@link #builder()}, {@link Builder}, and {@link Builder#get()}. Will be private in 3.0.0.
150150
*/
151151
@Deprecated
152152
public UnsynchronizedByteArrayOutputStream(final int size) {

0 commit comments

Comments
 (0)