mirror of
https://github.com/apache/jclouds.git
synced 2025-02-13 21:46:56 +00:00
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…
x
Reference in New Issue
Block a user