IndexService: remove unneed inject annotation from

This commit is contained in:
Boaz Leskes 2015-12-15 15:25:17 +01:00
parent 0ce88b5887
commit 07044e02b9
1 changed files with 0 additions and 1 deletions

View File

@ -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,