mirror of https://github.com/sbt/sbt.git
Fix copied scaladoc
This commit is contained in:
parent
dea7bdfa89
commit
b6354656b1
|
|
@ -57,9 +57,8 @@ trait Terminal extends AutoCloseable {
|
||||||
def inputStream: InputStream
|
def inputStream: InputStream
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the input stream for this Terminal. This could be a wrapper around System.in for the
|
* Gets the output stream for this Terminal.
|
||||||
* process or it could be a remote input stream for a network channel.
|
* @return the output stream.
|
||||||
* @return the input stream.
|
|
||||||
*/
|
*/
|
||||||
def outputStream: OutputStream
|
def outputStream: OutputStream
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue