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