You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency from {,More}Objects.ToStringHelper by copying code.
This is a copy of the pieces of MoreObjects.ToStringHelper necessary for the
more limited API exposed. No real implementation modifications were made, other
than deleting unused methods.
Objects.ToStringHelper is deprecated and is going to be removed. However, its
replacement MoreObjects.ToStringHelper is only available in Guava 18 which
won't receive a JDK5 backport. Copy the code for now to remove dependency.
Once the client library drops JDK5 support and swaps to Guava 18 it can swap to
using MoreObjects.ToStringHelper.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=107624331
0 commit comments