huangp / entityunit

Simple tool to make JPA entities for testing
GNU Lesser General Public License v2.1
0 stars 2 forks source link

FixedValueMaker.toString() throws NoSuchMethodError on Guava 21 #2

Closed seanf closed 7 years ago

seanf commented 7 years ago

FixedValueMaker.toString() depends on the formerly deprecated, now deleted Guava method Objects.toStringHelper. That method was moved to the class MoreObjects in Guava 21.