File tree 1 file changed +2
-2
lines changed
src/library/scala/sys/process 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ trait ProcessBuilder extends Source with Sink {
186
186
def lineStream (log : ProcessLogger ): Stream [String ]
187
187
188
188
/** Deprecated (renamed). Use `lineStream(log: ProcessLogger)` instead. */
189
- @ deprecated(" use stream instead" , " 2.11.0" )
189
+ @ deprecated(" use lineStream instead" , " 2.11.0" )
190
190
def lines (log : ProcessLogger ): Stream [String ] = lineStream(log)
191
191
192
192
/** Starts the process represented by this builder. The output is returned as
@@ -210,7 +210,7 @@ trait ProcessBuilder extends Source with Sink {
210
210
def lineStream_! (log : ProcessLogger ): Stream [String ]
211
211
212
212
/** Deprecated (renamed). Use `lineStream_!(log: ProcessLogger)` instead. */
213
- @ deprecated(" use stream_ ! instead" , " 2.11.0" )
213
+ @ deprecated(" use lineStream_ ! instead" , " 2.11.0" )
214
214
def lines_! (log : ProcessLogger ): Stream [String ] = lineStream_!(log)
215
215
216
216
/** Starts the process represented by this builder, blocks until it exits, and
You can’t perform that action at this time.
0 commit comments