stefangeyer / challonge-java

Java bindings for the Challonge API
MIT License
10 stars 7 forks source link

Made Matches "optional" field nullable #15

Closed gpluscb closed 5 years ago

gpluscb commented 5 years ago

The optional field of a match can be json-null in some cases. Previously this resulted in failed deserialization.