mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Remove IndexNameExpressionResolver from base classes that don't use it (#120531)
This commit is contained in:
parent
13c75c02f0
commit
39601ed683
229 changed files with 124 additions and 534 deletions
|
@ -165,7 +165,6 @@ public class TransportDownsampleAction extends AcknowledgedTransportMasterNodeAc
|
|||
threadPool,
|
||||
actionFilters,
|
||||
DownsampleAction.Request::new,
|
||||
indexNameExpressionResolver,
|
||||
EsExecutors.DIRECT_EXECUTOR_SERVICE
|
||||
);
|
||||
this.client = new OriginSettingClient(client, ClientHelper.ROLLUP_ORIGIN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue