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:
Dariusz Luksza
2016-09-28 11:23:25 +02:00
parent d08edf6a71
commit ed1e31f1c7

View File

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