Skip to content

Commit 1aff554

Browse files
committed
Compile fix
1 parent cb11dc1 commit 1aff554

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/graph/action/GraphExploreAction.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
package org.elasticsearch.xpack.core.graph.action;
77

88
import org.elasticsearch.action.Action;
9-
<<<<<<< HEAD
109
import org.elasticsearch.client.ElasticsearchClient;
11-
=======
10+
import org.elasticsearch.protocol.xpack.graph.GraphExploreRequest;
1211
import org.elasticsearch.protocol.xpack.graph.GraphExploreResponse;
13-
>>>>>>> 38bdf9ce323... HLRC GraphClient and associated tests (#32366)
1412

1513
public class GraphExploreAction extends Action<GraphExploreRequest, GraphExploreResponse,
1614
GraphExploreRequestBuilder> {

0 commit comments

Comments
 (0)