Closed orac closed 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.
Thanks!
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.