Skip to content

Commit

Permalink
fixed compile error after merging in the 7.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Apr 29, 2019
1 parent eb9618f commit 57adee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ clusterService, indicesService, threadPool, shardStateAction, mappingUpdatedActi
new IngestService(
clusterService, threadPool, environment, scriptService,
new AnalysisModule(environment, Collections.emptyList()).getAnalysisRegistry(),
Collections.emptyList()),
Collections.emptyList(), null),
transportShardBulkAction, client, actionFilters, indexNameExpressionResolver,
new AutoCreateIndex(settings, clusterSettings, indexNameExpressionResolver)
));
Expand Down

0 comments on commit 57adee0

Please sign in to comment.