Skip to content

Commit 2c50e67

Browse files
committed
Javadoc
1 parent ed78419 commit 2c50e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public QueueInputStream() {
139139
* Constructs a new instance with given queue and zero timeout.
140140
*
141141
* @param blockingQueue backing queue for the stream.
142-
* @deprecated Use {@link #builder()}.
142+
* @deprecated Use {@link #builder()} and {@link Builder#get()}.
143143
*/
144144
@Deprecated
145145
public QueueInputStream(final BlockingQueue<Integer> blockingQueue) {

0 commit comments

Comments
 (0)