Skip to content

Changing deprecation warning to lineStream #5693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 17, 2017

Conversation

markusjura
Copy link
Contributor

The deprecation text of ProcessBuilder.lines(log: ProcessLogger) and ProcessBuilder.lines_!(log: ProcessLogger) mentions to use the method streamandstream_!` respectively. These methods do not exists.

The text has been changed to use lineStream and lineStream_! respectively.

The deprecation text of `ProcessBuilder.lines(log: ProcessLogger)` and `ProcessBuilder.lines_!(log: ProcessLogger) mentions to use the method `stream` and `stream_!` respectively. These methods do not exists.

The text has been changed to use `lineStream` and `lineStream_!` respectively.
@scala-jenkins scala-jenkins added this to the 2.12.2 milestone Feb 13, 2017
@SethTisue
Copy link
Member

thanks Markus! can you sign the CLA?

@markusjura
Copy link
Contributor Author

@SethTisue Signed the Scala CLA on lightbend.com and linked in to my github account. I guess now we are waiting for EPFL to confirm the submission.

@SethTisue SethTisue merged commit c8b8005 into scala:2.12.x Feb 17, 2017
@markusjura markusjura deleted the lineStream-warnings branch February 17, 2017 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants