airlift / airline

Java annotation-based framework for parsing Git like command line structures
Apache License 2.0
846 stars 138 forks source link

Replaced use of Objects.firstNonNull with MoreObjects #52

Closed marchign closed 7 years ago

marchign commented 7 years ago

This change is needed to run with newer releases of guava since Objects.firstNonNull has been removed in gava 21.0.

Regards, Davide

electrum commented 7 years ago

Merged, thanks!