Merge pull request #1406 from maginatics/null-http-response

Annotate possibly null return value
This commit is contained in:
Adrian Cole 2013-03-11 15:47:24 -07:00
commit d3bb6d6e69
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public class HttpResponseException extends RuntimeException {
return command; return command;
} }
@Nullable
public HttpResponse getResponse() { public HttpResponse getResponse() {
return response; return response;
} }