mirror of https://github.com/apache/jclouds.git
Merge pull request #1406 from maginatics/null-http-response
Annotate possibly null return value
This commit is contained in:
commit
d3bb6d6e69
|
@ -105,6 +105,7 @@ public class HttpResponseException extends RuntimeException {
|
|||
return command;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public HttpResponse getResponse() {
|
||||
return response;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue