Skip to content

coding style #18

Merged
jpd236 merged 4 commits intogoogle:masterfrom
Ericliu001:master
Apr 17, 2017
Merged

coding style #18
jpd236 merged 4 commits intogoogle:masterfrom
Ericliu001:master

Conversation

@Ericliu001
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

jpd236 commented Apr 17, 2017

Thanks for the cleanup!

@Ericliu001
Copy link
Copy Markdown
Contributor Author

Thank you!

@wx2013 wx2013 mentioned this pull request May 3, 2017

/** True if the entry is expired. */
public boolean isExpired() {
boolean isExpired() {
Copy link
Copy Markdown
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.

2 participants