Skip to content

Commit ccc02e7

Browse files
committed
Javadoc
Use emphasis instead of italics
1 parent 3f6d4ff commit ccc02e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/io/input/QueueInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public int read() {
229229

230230
/**
231231
* 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
232+
* an array of bytes. The first byte is read while honoring the timeout; the rest are read while <em>not</em> honoring
233233
* the timeout. The number of bytes actually read is returned as an integer.
234234
*
235235
* @param b the buffer into which the data is read.

0 commit comments

Comments
 (0)