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:
Andrew Hind
2011-10-03 14:20:53 +00:00
parent 1c779e6ff3
commit 2f3b8a19bd

View File

@@ -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);