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