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