Skip to content

Use valueOf instead of Double(double) #73

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
Jun 1, 2018

Conversation

gayanW
Copy link
Collaborator

@gayanW gayanW commented May 31, 2018

Double (double) is deprecated. It is suggested that we use the static factory #valueOf(double), as it is likely to yield significantly better space and time performance.

This is a fixup for issue: #47
This is a follow-up to the PR: #59

Double (double) is deprecated. It is suggested that we use the static
factory #valueOf(double), as it is likely to yield significantly better space
and time performance.

This is a fixup for issue: javapathfinder#47
This is a follow-up to the PR: javapathfinder#59
@cyrille-artho cyrille-artho merged commit 1ed210e into javapathfinder:java-10 Jun 1, 2018
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