Skip to content

Fix deprecation warning in scala-for-java-programmers.md #2161

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
Aug 23, 2021

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Aug 21, 2021

Today I was learning Scala with the text and found scalac reported deprecation warning:

generics.scala:3: warning: procedure syntax is deprecated: instead, add `: Unit =` to explicitly declare `set`'s return type
  def set(value: T) { contents = value }
                    ^
1 warning

This PR fixes the warning.

Copy link
Contributor

@julienrf julienrf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @rhysd!

@julienrf julienrf merged commit ac5a3b5 into scala:main Aug 23, 2021
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.

2 participants