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

coding style #18

Merged
merged 4 commits into from
Apr 17, 2017
Merged

coding style #18

merged 4 commits into from
Apr 17, 2017

Conversation

Ericliu001
Copy link
Contributor

Just fixed a few things that Lint has picked up like redundant 'public' modifiers for interface methods and simpler generic syntax for Java7.

@jpd236 jpd236 merged commit a444f81 into google:master Apr 17, 2017
@jpd236
Copy link
Collaborator

jpd236 commented Apr 17, 2017

Thanks for the cleanup!

@Ericliu001
Copy link
Contributor Author

Thank you!

@wx2013 wx2013 mentioned this pull request May 3, 2017
@@ -87,12 +87,12 @@
public Map<String, String> responseHeaders = Collections.emptyMap();

/** True if the entry is expired. */
public boolean isExpired() {
boolean isExpired() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed that these are methods in a class, not an interface. This was a functional change that should be reverted. (I'll take care of this)

jpd236 added a commit that referenced this pull request Aug 8, 2017
Cache.Entry is a class, not an interface; its methods should never
have been made package-private as they were part of the public
Volley API.
jpd236 added a commit that referenced this pull request Aug 8, 2017
Fix regression introduced by #18.
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.

None yet

2 participants