We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214ed10 commit 2cda485Copy full SHA for 2cda485
src/test/java/org/apache/commons/codec/binary/BaseNTestData.java
@@ -133,7 +133,7 @@ private static byte[] resizeArray(final byte[] bytes) {
133
}
134
135
/**
136
- * Read all bytes from an InputStream into a byte array.
+ * Reads all bytes from an InputStream into a byte array.
137
*
138
* @param in the input stream.
139
* @return the byte array
@@ -150,7 +150,7 @@ static byte[] streamToBytes(final InputStream in) throws IOException {
150
151
152
153
- * Read all bytes from an InputStream into a byte array
+ * Reads all bytes from an InputStream into a byte array
154
* in chunks of {@code buf.length}.
155
156
0 commit comments