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

Rely on Guava 19.0 and use CharMatcher.whitespace() #311

Merged
merged 1 commit into from Mar 21, 2016
Merged

Conversation

cgruber
Copy link
Contributor

@cgruber cgruber commented Mar 21, 2016

CharMatcher.WHITESPACE will be removed in a future version of Guava (improves performance on android - not relevant to auto-value, but still nicer).


Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116549017

….WHITESPACE is now soft-deprecated and will be removed in a future version of Guava (improves performance on android - not relevant to auto-value, but still nicer).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116549017
@eamonnmcmanus
Copy link
Member

LGTM

cgruber added a commit that referenced this pull request Mar 21, 2016
Rely on Guava 19.0 and use CharMatcher.whitespace()
@cgruber cgruber merged commit 8b565b8 into master Mar 21, 2016
@cgruber cgruber deleted the guava_19 branch March 21, 2016 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants