We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2106c7 commit 075bfcaCopy full SHA for 075bfca
src/main/java/uk/org/llgc/annotation/store/adapters/elastic/ElasticStore.java
@@ -23,9 +23,9 @@
23
import uk.org.llgc.annotation.store.adapters.StoreAdapter;
24
import uk.org.llgc.annotation.store.adapters.AbstractStoreAdapter;
25
26
-import org.elasticsearch.xcontent.XContentBuilder;
+import org.elasticsearch.common.xcontent.XContentBuilder;
27
import org.elasticsearch.common.text.Text;
28
-import org.elasticsearch.xcontent.XContentFactory;
+import org.elasticsearch.common.xcontent.XContentFactory;
29
30
import org.elasticsearch.client.RestHighLevelClient;
31
import org.elasticsearch.client.RestClientBuilder;
0 commit comments