Skip to content

Commit 223a470

Browse files
yummydishkinow
authored andcommitted
(doc) fix typos in AbstractByteArrayOutputStream.java
1 parent 99c99b6 commit 223a470

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ protected byte[] toByteArrayImpl() {
205205
}
206206

207207
/**
208-
* Gets the current contents of this byte stream as a Input Stream. The
208+
* Gets the current contents of this byte stream as an Input Stream. The
209209
* returned stream is backed by buffers of {@code this} stream,
210210
* avoiding memory allocation and copy, thus saving space and time.<br>
211211
*
@@ -217,7 +217,7 @@ protected byte[] toByteArrayImpl() {
217217
public abstract InputStream toInputStream();
218218

219219
/**
220-
* Gets the current contents of this byte stream as a Input Stream. The
220+
* Gets the current contents of this byte stream as an Input Stream. The
221221
* returned stream is backed by buffers of {@code this} stream,
222222
* avoiding memory allocation and copy, thus saving space and time.<br>
223223
*

0 commit comments

Comments
 (0)