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 ed78419 commit 2c50e67Copy full SHA for 2c50e67
1 file changed
src/main/java/org/apache/commons/io/input/QueueInputStream.java
@@ -139,7 +139,7 @@ public QueueInputStream() {
139
* Constructs a new instance with given queue and zero timeout.
140
*
141
* @param blockingQueue backing queue for the stream.
142
- * @deprecated Use {@link #builder()}.
+ * @deprecated Use {@link #builder()} and {@link Builder#get()}.
143
*/
144
@Deprecated
145
public QueueInputStream(final BlockingQueue<Integer> blockingQueue) {
0 commit comments