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

update use of deprecated Interger(int) constructor #95

Open
mbjones opened this issue Apr 27, 2023 · 1 comment
Open

update use of deprecated Interger(int) constructor #95

mbjones opened this issue Apr 27, 2023 · 1 comment
Assignees
Milestone

Comments

@mbjones
Copy link
Member

mbjones commented Apr 27, 2023

Much of the code uses new Integer(int), which has been deprecated and slated for removal. Update to use Integer.valueOf() instead.

Warnings appear as:

Integer(int) in java.lang.Integer has been deprecated

@mbjones mbjones added this to the 1.0.0 release milestone Apr 27, 2023
@mbjones mbjones self-assigned this Apr 27, 2023
@mbjones
Copy link
Member Author

mbjones commented Apr 27, 2023

Fixed the warnings in sha 537fc46.

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

No branches or pull requests

1 participant