Skip to content

Commit 2cda485

Browse files
committed
Javadoc
1 parent 214ed10 commit 2cda485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/apache/commons/codec/binary/BaseNTestData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private static byte[] resizeArray(final byte[] bytes) {
133133
}
134134

135135
/**
136-
* Read all bytes from an InputStream into a byte array.
136+
* Reads all bytes from an InputStream into a byte array.
137137
*
138138
* @param in the input stream.
139139
* @return the byte array
@@ -150,7 +150,7 @@ static byte[] streamToBytes(final InputStream in) throws IOException {
150150
}
151151

152152
/**
153-
* Read all bytes from an InputStream into a byte array
153+
* Reads all bytes from an InputStream into a byte array
154154
* in chunks of {@code buf.length}.
155155
*
156156
* @param in the input stream.

0 commit comments

Comments
 (0)