mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ALF-10121 Unit test hanging in shutdown hook waiting for FTS
- accidental interface loss ... git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30923 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,7 +43,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
* @author andyh
|
||||
*
|
||||
*/
|
||||
public class FullTextSearchIndexerImpl implements FullTextSearchIndexer, DisposableBean
|
||||
public class FullTextSearchIndexerImpl implements FTSIndexerAware, FullTextSearchIndexer, DisposableBean
|
||||
{
|
||||
private static Log s_logger = LogFactory.getLog(FullTextSearchIndexerImpl.class);
|
||||
|
||||
|
Reference in New Issue
Block a user