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 3f6d4ff commit ccc02e7Copy full SHA for ccc02e7
src/main/java/org/apache/commons/io/input/QueueInputStream.java
@@ -229,7 +229,7 @@ public int read() {
229
230
/**
231
* Reads up to {@code length} bytes of data from the input stream into
232
- * an array of bytes. The first byte is read while honoring the timeout; the rest are read while <i>not</i> honoring
+ * an array of bytes. The first byte is read while honoring the timeout; the rest are read while <em>not</em> honoring
233
* the timeout. The number of bytes actually read is returned as an integer.
234
*
235
* @param b the buffer into which the data is read.
0 commit comments