Annotate possibly null return value

This commit is contained in:
Andrew Gaul 2013-03-10 15:28:08 -07:00
parent e85a94728c
commit 7261862f8f
1 changed files with 1 additions and 0 deletions

View File

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