Remove 'Lucene' prefix from SingleVersionModule name
Since this module is used in both index backends (lucene and elasticsearch) this prefix does not longer make sense. Change-Id: Ieff4ecddf7afaa487f3077b2c590d99c4664f9e9 Signed-off-by: Dariusz Luksza <dluksza@collab.net>
This commit is contained in:
@@ -36,7 +36,7 @@ import java.util.Set;
|
||||
|
||||
@Singleton
|
||||
public class SingleVersionModule extends LifecycleModule {
|
||||
static final String SINGLE_VERSIONS = "LuceneIndexModule/SingleVersions";
|
||||
static final String SINGLE_VERSIONS = "IndexModule/SingleVersions";
|
||||
|
||||
private final Map<String, Integer> singleVersions;
|
||||
|
||||
|
Reference in New Issue
Block a user