Annotate possibly null return value

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

View File

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