File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
jbrowse/src/org/labkey/jbrowse Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,6 @@ protected Collection<WebPartFactory> createWebPartFactories()
8080 protected void init ()
8181 {
8282 addController (JBrowseController .NAME , JBrowseController .class );
83- JBrowseService .get ().registerFieldCustomizer (new JBrowseLuceneSearch .DefaultJBrowseFieldCustomizer ());
84- JBrowseService .get ().registerGroupsProvider (new JBrowseLuceneSearch .TestJBrowseGroupProvider ());
8583 }
8684
8785 @ Override
@@ -109,6 +107,9 @@ public void doStartupAfterSpringConfig(ModuleContext moduleContext)
109107
110108 WebdavService .get ().registerPreGzippedExtensions ("jsonz" );
111109 WebdavService .get ().registerPreGzippedExtensions ("txtz" );
110+
111+ JBrowseService .get ().registerFieldCustomizer (new JBrowseLuceneSearch .DefaultJBrowseFieldCustomizer ());
112+ JBrowseService .get ().registerGroupsProvider (new JBrowseLuceneSearch .TestJBrowseGroupProvider ());
112113 }
113114
114115 public static void registerPipelineSteps ()
You can’t perform that action at this time.
0 commit comments