make Response class final

This commit is contained in:
javanna 2016-07-22 16:36:14 +02:00 committed by Luca Cavanna
parent db8beeba3b
commit a6a685b0f6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.util.Objects;
* Holds an elasticsearch response. It wraps the {@link HttpResponse} returned and associates it with
* its corresponding {@link RequestLine} and {@link HttpHost}.
*/
public class Response {
public final class Response {
private final RequestLine requestLine;
private final HttpHost host;