Removed duplicated registration of warmers as custom metadata type

Already done in a static block within IndexMetaData
This commit is contained in:
Luca Cavanna 2014-01-24 15:58:24 +01:00
parent b18ae14555
commit 1ef3a4a868
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ public class IndexWarmersMetaData implements IndexMetaData.Custom {
public static final Factory FACTORY = new Factory();
static {
IndexMetaData.registerFactory(TYPE, FACTORY);
}
public static class Entry {
private final String name;
private final String[] types;