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 53d7b10 commit 364e1f6Copy full SHA for 364e1f6
src/main/java/org/codehaus/plexus/util/cli/StreamFeeder.java
@@ -24,8 +24,9 @@
24
* Read from an InputStream and write the output to an OutputStream.
25
*
26
* @author <a href="mailto:[email protected]">Trygve Laugstøl</a>
27
- *
+ * @deprecated Use {@link StreamPollFeeder} instead. This class can block when used with System.in
28
*/
29
+@Deprecated
30
public class StreamFeeder extends AbstractStreamHandler {
31
32
private InputStream input;
0 commit comments