Luis F. Chiroque
Results
2
issues of
Luis F. Chiroque
This patch solves issue https://github.com/tumblr/jumblr/issues/76 It compiles and solves the issue.
I have got this exception with this simple code: ``` java JumblrClient jClient = ... Post post = jClient.blogPost("gregorymosby", 110521489824L); ``` Output: ``` Exception in thread "main" com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected...