make Response class final
This commit is contained in:
parent
db8beeba3b
commit
a6a685b0f6
|
@ -32,7 +32,7 @@ import java.util.Objects;
|
||||||
* Holds an elasticsearch response. It wraps the {@link HttpResponse} returned and associates it with
|
* Holds an elasticsearch response. It wraps the {@link HttpResponse} returned and associates it with
|
||||||
* its corresponding {@link RequestLine} and {@link HttpHost}.
|
* its corresponding {@link RequestLine} and {@link HttpHost}.
|
||||||
*/
|
*/
|
||||||
public class Response {
|
public final class Response {
|
||||||
|
|
||||||
private final RequestLine requestLine;
|
private final RequestLine requestLine;
|
||||||
private final HttpHost host;
|
private final HttpHost host;
|
||||||
|
|
Loading…
Reference in New Issue