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

Fix unchecked operations in Volley build. #178

Merged
merged 1 commit into from May 7, 2018

Conversation

jpd236
Copy link
Collaborator

@jpd236 jpd236 commented May 4, 2018

Also make them compiler errors.

Unfortunately in the case of RequestFinishedListener, we can only
suppress the warning, as the proper fix would change the public API.

Fixes #168

Also make them compiler errors.

Unfortunately in the case of RequestFinishedListener, we can only
suppress the warning, as the proper fix would change the public API.

Fixes google#168
@jpd236 jpd236 requested a review from jjoslin May 4, 2018 23:28
@jpd236 jpd236 merged commit ba3b404 into google:master May 7, 2018
@jpd236 jpd236 deleted the unchecked-warnings branch May 7, 2018 18:39
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.

RequestQueue.java uses unchecked or unsafe operations
2 participants