Add missing import

Original commit: elastic/x-pack-elasticsearch@fbc8eb7ac6
This commit is contained in:
Daniel Mitterdorfer 2016-12-14 09:34:55 +01:00
parent 83240e25b4
commit feabaaf1d6
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import org.elasticsearch.common.ParseField;
import org.elasticsearch.common.xcontent.ToXContent;
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.common.xcontent.XContentParser;
import org.elasticsearch.common.xcontent.json.JsonXContent;
import org.elasticsearch.test.ESTestCase;
import org.elasticsearch.xpack.common.http.HttpRequestTemplate;
import org.elasticsearch.xpack.common.http.Scheme;