Skip to content
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

use valueOf for construction class Character #433

Merged
merged 1 commit into from
Dec 7, 2018
Merged

use valueOf for construction class Character #433

merged 1 commit into from
Dec 7, 2018

Conversation

magnolia-k
Copy link
Contributor

Since Java 9, constructor Character in class Character is deprecated.

Since Java 9, constructor Character in class Character is deprecated.
@ashawley
Copy link
Contributor

ashawley commented Oct 7, 2018

Fortunately, Character.valueOf has existed since Java 1.5:

https://docs.oracle.com/javase/9/docs/api/java/lang/Character.html#valueOf-char-

@rickynils rickynils merged commit d50f51a into typelevel:master Dec 7, 2018
@magnolia-k magnolia-k deleted the remove_Character_constructor branch December 7, 2018 12:18
@ashawley ashawley mentioned this pull request Feb 11, 2019
18 tasks
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