facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Update calls to deprecated guava methods toStringHelper and firstNonNull #303

Closed andrewcox closed 6 years ago

alandau commented 8 years ago

lgtm. Do you know what was guava's reasoning for moving the method to a different class?

andrewcox commented 8 years ago

Do not have a good answer for you here. The commit that deprecated these was the same that added the MoreObjects class.