This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new ccc02e738 Javadoc
ccc02e738 is described below
commit ccc02e73813fc6d25ef83ffccfdab00dd207cf2f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 22:05:08 2025 -0500
Javadoc
Use emphasis instead of italics
---
src/main/java/org/apache/commons/io/input/QueueInputStream.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/io/input/QueueInputStream.java
b/src/main/java/org/apache/commons/io/input/QueueInputStream.java
index 5f701945c..d672d23fa 100644
--- a/src/main/java/org/apache/commons/io/input/QueueInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/QueueInputStream.java
@@ -229,7 +229,7 @@ public int read() {
/**
* Reads up to {@code length} bytes of data from the input stream into
- * 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
* the timeout. The number of bytes actually read is returned as an
integer.
*
* @param b the buffer into which the data is read.