Fix for ACE-2639. Recent changes injected the SolrFacetHelper as a spring bean, but it was still being constructed within the Search constructor.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85734 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2014-09-25 15:14:37 +00:00
parent 2c11746240
commit 061793131f

View File

@@ -101,8 +101,6 @@ public class Search extends BaseScopableProcessorExtension implements Initializi
public void afterPropertiesSet() throws Exception
{
PropertyCheck.mandatory(this, "services", services);
this.solrFacetHelper = new SolrFacetHelper(services);
}
public void setSolrFacetHelper(SolrFacetHelper solrFacetHelper)