mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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…
x
Reference in New Issue
Block a user