Agadar / NationStates-API-Java-Wrapper

A Java library for consuming the NationStates API.
5 stars 1 forks source link

APIQuery.buildURL() explicitly checks if given values are correct #3

Closed Agadar closed 8 years ago

Agadar commented 8 years ago

To conform to how all the other queries check if their given values are correct, those lines of code should be placed in the inherited validateQueryParameters().

Agadar commented 8 years ago

Fixed in a0119e0.