mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-01 14:41:19 +00:00
[ SEARCH-1917 ] Class comment
This commit is contained in:
@@ -89,6 +89,10 @@ import org.json.JSONException;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Alfresco Solr administration endpoints provider.
|
||||
* A customisation of the existing Solr {@link CoreAdminHandler} which offers additional administration endpoints.
|
||||
*/
|
||||
public class AlfrescoCoreAdminHandler extends CoreAdminHandler
|
||||
{
|
||||
protected static final Logger LOGGER = LoggerFactory.getLogger(AlfrescoCoreAdminHandler.class);
|
||||
@@ -124,14 +128,7 @@ public class AlfrescoCoreAdminHandler extends CoreAdminHandler
|
||||
public AlfrescoCoreAdminHandler(CoreContainer coreContainer)
|
||||
{
|
||||
super(coreContainer);
|
||||
startup(coreContainer);
|
||||
}
|
||||
|
||||
/**
|
||||
* Startup services that exist outside of the core.
|
||||
*/
|
||||
public void startup(CoreContainer coreContainer)
|
||||
{
|
||||
LOGGER.info("Starting Alfresco Core Administration Services");
|
||||
|
||||
trackerRegistry = new TrackerRegistry();
|
||||
|
Reference in New Issue
Block a user