mirror of https://github.com/apache/jclouds.git
Annotate possibly null return value
This commit is contained in:
parent
c31145e42e
commit
5a69e01cfd
|
@ -105,6 +105,7 @@ public class HttpResponseException extends RuntimeException {
|
|||
return command;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public HttpResponse getResponse() {
|
||||
return response;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue