mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Merge pull request #15443 from bleskes/inject_remove
IndexService: remove unneed inject annotation
This commit is contained in:
commit
3978508a29
@ -93,7 +93,6 @@ public final class IndexService extends AbstractIndexComponent implements IndexC
|
||||
private final AtomicBoolean deleted = new AtomicBoolean(false);
|
||||
private final IndexSettings indexSettings;
|
||||
|
||||
@Inject
|
||||
public IndexService(IndexSettings indexSettings, NodeEnvironment nodeEnv,
|
||||
SimilarityService similarityService,
|
||||
ShardStoreDeleter shardStoreDeleter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user