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

[ java ] replace deprecated new Double by Double.valueOf #402

Merged
merged 1 commit into from Nov 22, 2021

Conversation

andreasabel
Copy link
Member

new Double(...) is deprecated in favor of Double.valueOf(...).
Same for Integer etc.

@andreasabel andreasabel added Java warnings Generated code should be warning-free labels Nov 21, 2021
@andreasabel andreasabel added this to the 2.9.4 milestone Nov 21, 2021
@andreasabel andreasabel self-assigned this Nov 21, 2021
@andreasabel andreasabel merged commit 2c03ed7 into master Nov 22, 2021
@andreasabel andreasabel deleted the java-deprecated branch November 22, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java warnings Generated code should be warning-free
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant