tumblr / jumblr

Tumblr API v2 Java Client
Apache License 2.0
278 stars 105 forks source link

Don't return null from RequestBuilder methods #32

Closed orac closed 10 years ago

orac commented 10 years ago

since none of the JumblrClient methods can actually handle null returns from RequestBuilder. clear() is the offending method, but since its result is returned unchecked from get(), post(), and postMultipart(), fixing it there suffices.

seejohnrun commented 10 years ago

Thanks!